Stackmap shadows should consider call returns a branch target.
[oota-llvm.git] / test / CodeGen / ARM / ctz.ll
index 2c7efc7c5da5b3e20aca2e61c0ca27ff7c47062b..2d88b0351cf3e12539b033f814b554b587abbd44 100644 (file)
@@ -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)