summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/constant-islands-cfg.mir
diff options
context:
space:
mode:
authorFrancis Visoiu Mistrih <francisvm@yahoo.com>2017-11-30 16:12:24 +0000
committerFrancis Visoiu Mistrih <francisvm@yahoo.com>2017-11-30 16:12:24 +0000
commite6b89910eb5c0a89e5bbdd8ceb3b6394efe6dabc (patch)
tree2888ae660f4d6f45df7a663e14a0187a37679326 /test/CodeGen/ARM/constant-islands-cfg.mir
parent4a8c2b625b7ed7d95e349cdd45ff6a3df0771bc5 (diff)
[CodeGen] Always use `printReg` to print registers in both MIR and debug
output As part of the unification of the debug format and the MIR format, always use `printReg` to print all kinds of registers. Updated the tests using '_' instead of '%noreg' until we decide which one we want to be the default one. Differential Revision: https://reviews.llvm.org/D40421 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@319445 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/constant-islands-cfg.mir')
-rw-r--r--test/CodeGen/ARM/constant-islands-cfg.mir8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGen/ARM/constant-islands-cfg.mir b/test/CodeGen/ARM/constant-islands-cfg.mir
index 66d854393b5..140ef727e43 100644
--- a/test/CodeGen/ARM/constant-islands-cfg.mir
+++ b/test/CodeGen/ARM/constant-islands-cfg.mir
@@ -48,17 +48,17 @@ fixedStack:
body: |
bb.0:
liveins: %r0
- tCMPi8 killed %r0, 0, 14, _, implicit-def %cpsr
+ tCMPi8 killed %r0, 0, 14, %noreg, implicit-def %cpsr
tBcc %bb.2, 1, killed %cpsr
- tB %bb.3, 14, _
+ tB %bb.3, 14, %noreg
bb.1:
dead %r0 = SPACE 256, undef %r0
bb.2:
- tPOP_RET 14, _, def %pc
+ tPOP_RET 14, %noreg, def %pc
bb.3:
- tPOP_RET 14, _, def %pc
+ tPOP_RET 14, %noreg, def %pc
...