summaryrefslogtreecommitdiff
path: root/test/Transforms/ConstProp/bswap.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/ConstProp/bswap.ll')
-rw-r--r--test/Transforms/ConstProp/bswap.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ConstProp/bswap.ll b/test/Transforms/ConstProp/bswap.ll
index 4975827104..0c4f0454d7 100644
--- a/test/Transforms/ConstProp/bswap.ll
+++ b/test/Transforms/ConstProp/bswap.ll
@@ -1,6 +1,6 @@
; bswap should be constant folded when it is passed a constant argument
-; RUN: llvm-as < %s | opt -constprop | llvm-dis | not grep call
+; RUN: opt %s -constprop | llvm-dis | not grep call
declare i16 @llvm.bswap.i16(i16)