summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/not.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/not.ll')
-rw-r--r--test/Transforms/InstCombine/not.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/not.ll b/test/Transforms/InstCombine/not.ll
index 92ddffdcab..f87e4bea3b 100644
--- a/test/Transforms/InstCombine/not.ll
+++ b/test/Transforms/InstCombine/not.ll
@@ -1,7 +1,7 @@
; This test makes sure that these instructions are properly eliminated.
;
-; RUN: as < %s | opt -instcombine -die | dis | not grep xor
+; RUN: llvm-as < %s | opt -instcombine -die | llvm-dis | not grep xor
implementation