diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-04-15 08:30:33 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-04-15 08:30:33 +0000 |
commit | 951d8dc29fff7ab225affb2b5b00f053a98495f6 (patch) | |
tree | fd157257862153709cfb92c3c469d448623284c3 /llvm/test/Transforms/Inline/inline_constprop.ll | |
parent | 8eba4c3d12b38a48882901eda50a57424940ecd1 (diff) | |
download | bcm5719-llvm-951d8dc29fff7ab225affb2b5b00f053a98495f6.tar.gz bcm5719-llvm-951d8dc29fff7ab225affb2b5b00f053a98495f6.zip |
For PR1319:
Upgrade to use new Tcl exec based test harness.
llvm-svn: 36062
Diffstat (limited to 'llvm/test/Transforms/Inline/inline_constprop.ll')
-rw-r--r-- | llvm/test/Transforms/Inline/inline_constprop.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/Transforms/Inline/inline_constprop.ll b/llvm/test/Transforms/Inline/inline_constprop.ll index d76a88be37f..4b183e24600 100644 --- a/llvm/test/Transforms/Inline/inline_constprop.ll +++ b/llvm/test/Transforms/Inline/inline_constprop.ll @@ -1,5 +1,4 @@ -; RUN: llvm-upgrade < %s | llvm-as | opt -inline -disable-output && -; RUN: llvm-upgrade < %s | llvm-as | opt -inline | llvm-dis | not grep callee && +; RUN: llvm-upgrade < %s | llvm-as | opt -inline | llvm-dis | not grep callee ; RUN: llvm-upgrade < %s | llvm-as | opt -inline | llvm-dis | not grep div implementation |