diff options
Diffstat (limited to 'test/CodeGen/CPP/2007-06-16-Funcname.ll')
-rw-r--r-- | test/CodeGen/CPP/2007-06-16-Funcname.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/CPP/2007-06-16-Funcname.ll b/test/CodeGen/CPP/2007-06-16-Funcname.ll index 75b96e6c373f3..71fea12d9c2c9 100644 --- a/test/CodeGen/CPP/2007-06-16-Funcname.ll +++ b/test/CodeGen/CPP/2007-06-16-Funcname.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=cpp -cppfname=WAKKA | not grep makeLLVMModule +; RUN: llc < %s -march=cpp -cppfname=WAKKA | not grep makeLLVMModule ; PR1515 define void @foo() { |