diff options
Diffstat (limited to 'test/Transforms/InstCombine/set.ll')
-rw-r--r-- | test/Transforms/InstCombine/set.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/set.ll b/test/Transforms/InstCombine/set.ll index 12e73e9621..762ca6c009 100644 --- a/test/Transforms/InstCombine/set.ll +++ b/test/Transforms/InstCombine/set.ll @@ -1,7 +1,7 @@ ; This test makes sure that these instructions are properly eliminated. ; -; RUN: as < %s | opt -instcombine | dis | not grep set +; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep set %X = uninitialized global int |