diff options
Diffstat (limited to 'test/Transforms/InstCombine/2002-12-05-MissedConstProp.ll')
-rw-r--r-- | test/Transforms/InstCombine/2002-12-05-MissedConstProp.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2002-12-05-MissedConstProp.ll b/test/Transforms/InstCombine/2002-12-05-MissedConstProp.ll index 6fa77b6..ec29e6b 100644 --- a/test/Transforms/InstCombine/2002-12-05-MissedConstProp.ll +++ b/test/Transforms/InstCombine/2002-12-05-MissedConstProp.ll @@ -1,4 +1,4 @@ -; RUN: as < %s | opt -instcombine | dis | not grep add +; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep add int %test(int %A) { %A.neg = sub int 0, %A |