[ARM] When a bitcast is about to be turned into a VMOVDRR, try to combine it
[oota-llvm.git] / test / CodeGen / ARM / ret0.ll
index 765bfca182e681aa294e11f4d29ca4128d1b21ce..e51067b7ad51f4011876eb747845261179f9d15d 100644 (file)
@@ -1,4 +1,5 @@
-; RUN: llvm-as < %s | llc -march=arm
-int %test() {
-  ret int 0
+; RUN: llc -mtriple=arm-eabi %s -o /dev/null
+
+define i32 @test() {
+        ret i32 0
 }