diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2007-01-26 08:25:06 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2007-01-26 08:25:06 +0000 |
| commit | ce380568b5406356a04d745c9c6f137000217ef4 (patch) | |
| tree | c7f2b122fd0787529ed0b95e2564971afa2ee6c6 /llvm/test/Transforms/InstCombine/sub.ll | |
| parent | 4f95f1ab08a707652664aa6d211c1a513dece122 (diff) | |
| download | bcm5719-llvm-ce380568b5406356a04d745c9c6f137000217ef4.tar.gz bcm5719-llvm-ce380568b5406356a04d745c9c6f137000217ef4.zip | |
For PR761:
Remove "target endian/pointersize" or add "target datalayout" to make
the test parse properly or set the datalayout because defaults changes.
For PR645:
Make global names use the @ prefix.
For llvm-upgrade changes:
Fix test cases or completely remove use of llvm-upgrade for test cases
that cannot survive the new renaming or upgrade capabilities.
llvm-svn: 33533
Diffstat (limited to 'llvm/test/Transforms/InstCombine/sub.ll')
| -rw-r--r-- | llvm/test/Transforms/InstCombine/sub.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/sub.ll b/llvm/test/Transforms/InstCombine/sub.ll index be38da97e1d..5d9cab929af 100644 --- a/llvm/test/Transforms/InstCombine/sub.ll +++ b/llvm/test/Transforms/InstCombine/sub.ll @@ -2,7 +2,7 @@ ; ; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | \ -; RUN: grep -v 'sub i32 %Cok.s, %Bok.s' | not grep sub +; RUN: grep -v 'sub i32 %Cok, %Bok' | not grep sub implementation |

