diff options
| author | Dan Gohman <gohman@apple.com> | 2009-09-09 00:09:15 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-09-09 00:09:15 +0000 |
| commit | c8054d90fbe7ff386577c27dd51d597924036cde (patch) | |
| tree | 088188596d7f9b1303ef8e47bfa559003df50597 /llvm/test/CodeGen/CPP | |
| parent | 40503396da1f9ca7894fdcd61c0e2e142022f679 (diff) | |
| download | bcm5719-llvm-c8054d90fbe7ff386577c27dd51d597924036cde.tar.gz bcm5719-llvm-c8054d90fbe7ff386577c27dd51d597924036cde.zip | |
Eliminate more uses of llvm-as and llvm-dis.
llvm-svn: 81293
Diffstat (limited to 'llvm/test/CodeGen/CPP')
| -rw-r--r-- | llvm/test/CodeGen/CPP/2007-06-16-Funcname.ll | 2 | ||||
| -rw-r--r-- | llvm/test/CodeGen/CPP/2009-05-01-Long-Double.ll | 2 | ||||
| -rw-r--r-- | llvm/test/CodeGen/CPP/2009-05-04-CondBr.ll | 2 | ||||
| -rw-r--r-- | llvm/test/CodeGen/CPP/llvm2cpp.ll | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/CPP/2007-06-16-Funcname.ll b/llvm/test/CodeGen/CPP/2007-06-16-Funcname.ll index 75b96e6c373..71fea12d9c2 100644 --- a/llvm/test/CodeGen/CPP/2007-06-16-Funcname.ll +++ b/llvm/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() { diff --git a/llvm/test/CodeGen/CPP/2009-05-01-Long-Double.ll b/llvm/test/CodeGen/CPP/2009-05-01-Long-Double.ll index e2d2dd8c869..0b2d882971a 100644 --- a/llvm/test/CodeGen/CPP/2009-05-01-Long-Double.ll +++ b/llvm/test/CodeGen/CPP/2009-05-01-Long-Double.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=cpp -cppgen=program -o %t +; RUN: llc < %s -march=cpp -cppgen=program -o %t define x86_fp80 @some_func() nounwind { entry: diff --git a/llvm/test/CodeGen/CPP/2009-05-04-CondBr.ll b/llvm/test/CodeGen/CPP/2009-05-04-CondBr.ll index 5af9aa7d737..feb2cf765e7 100644 --- a/llvm/test/CodeGen/CPP/2009-05-04-CondBr.ll +++ b/llvm/test/CodeGen/CPP/2009-05-04-CondBr.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=cpp -cppgen=program -o %t +; RUN: llc < %s -march=cpp -cppgen=program -o %t ; RUN: grep "BranchInst::Create(label_if_then, label_if_end, int1_cmp, label_entry);" %t define i32 @some_func(i32 %a) nounwind { diff --git a/llvm/test/CodeGen/CPP/llvm2cpp.ll b/llvm/test/CodeGen/CPP/llvm2cpp.ll index 651a65bbea9..447f332b269 100644 --- a/llvm/test/CodeGen/CPP/llvm2cpp.ll +++ b/llvm/test/CodeGen/CPP/llvm2cpp.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as < %s | llvm-dis > /dev/null -; RUN: llvm-as < %s | llc -march=cpp -cppgen=program -o - +; RUN: llc < %s -march=cpp -cppgen=program -o - @X = global i32 4, align 16 ; <i32*> [#uses=0] |

