diff options
Diffstat (limited to 'test/Transforms/ConstProp/nottest.ll')
-rw-r--r-- | test/Transforms/ConstProp/nottest.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ConstProp/nottest.ll b/test/Transforms/ConstProp/nottest.ll index 11dc63ecd0..fe9b09480a 100644 --- a/test/Transforms/ConstProp/nottest.ll +++ b/test/Transforms/ConstProp/nottest.ll @@ -1,6 +1,6 @@ ; Ensure constant propogation of 'not' instructions is working correctly. -; RUN: as < %s | opt -constprop -die | dis | not grep xor +; RUN: llvm-as < %s | opt -constprop -die | llvm-dis | not grep xor int "test1"() { %R = xor int 4, -1 |