summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/ctz.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/ctz.ll')
-rw-r--r--test/CodeGen/ARM/ctz.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/ctz.ll b/test/CodeGen/ARM/ctz.ll
index 2c7efc7c5da5..2d88b0351cf3 100644
--- a/test/CodeGen/ARM/ctz.ll
+++ b/test/CodeGen/ARM/ctz.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=arm -mattr=+v6t2 | FileCheck %s
+; RUN: llc -mtriple=arm-eabi -mattr=+v6t2 %s -o - | FileCheck %s
declare i32 @llvm.cttz.i32(i32, i1)