Revert "Re-commit changes in r237579 with fix for bug breaking windows builds."
[oota-llvm.git] / test / CodeGen / AArch64 / arm64-named-reg-notareg.ll
index 8a5fd6f1ac8bddb7ecf288cd37f170ab1703bc5e..759bc15807b5ea02db80eff1f7ce7ef3467f9ad4 100644 (file)
@@ -3,7 +3,7 @@
 
 define i32 @get_stack() nounwind {
 entry:
-; CHECK: Invalid register name "notareg".
+; CHECK: Invalid register name global variable
        %sp = call i32 @llvm.read_register.i32(metadata !0)
   ret i32 %sp
 }