[ARM] When a bitcast is about to be turned into a VMOVDRR, try to combine it
[oota-llvm.git] / test / CodeGen / ARM / log2_not_readnone.ll
index 4d567eda65d0ef121ef2fbc69191ca4debbcd0a0..8068abdff908370f482bef97d6458ea484e4a314 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc -march arm %s -o - | FileCheck %s
+; RUN: llc -mtriple=arm-linux-gnueabi %s -o - | FileCheck %s
 
 ; Log2 and exp2 are string-matched to intrinsics. If they are not declared
 ; readnone, they can't be changed to intrinsics (because they can change errno).