[ARM] When a bitcast is about to be turned into a VMOVDRR, try to combine it
[oota-llvm.git] / test / CodeGen / ARM / named-reg-notareg.ll
index 3ac03f4fdaaa92e30278aef1935764659418cdcb..45cb38f30f355f183409b78056a1a016431766f7 100644 (file)
@@ -3,7 +3,7 @@
 
 define i32 @get_stack() nounwind {
 entry:
-; CHECK: Invalid register name global variable
+; CHECK: Invalid register name "notareg".
        %sp = call i32 @llvm.read_register.i32(metadata !0)
   ret i32 %sp
 }