diff options
Diffstat (limited to 'test/CodeGen/Alpha/zapnot4.ll')
-rw-r--r-- | test/CodeGen/Alpha/zapnot4.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Alpha/zapnot4.ll b/test/CodeGen/Alpha/zapnot4.ll index 1be3ca2e3c72c..89beeef2d8100 100644 --- a/test/CodeGen/Alpha/zapnot4.ll +++ b/test/CodeGen/Alpha/zapnot4.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=alpha | grep zapnot +; RUN: llc < %s -march=alpha | grep zapnot define i64 @foo(i64 %y) { %tmp = shl i64 %y, 3 ; <i64> [#uses=1] |