summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/thumb-litpool.ll
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/thumb-litpool.ll
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/thumb-litpool.ll')
-rw-r--r--test/CodeGen/ARM/thumb-litpool.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/thumb-litpool.ll b/test/CodeGen/ARM/thumb-litpool.ll
index f68fdb6fdc0..bd8829c22bc 100644
--- a/test/CodeGen/ARM/thumb-litpool.ll
+++ b/test/CodeGen/ARM/thumb-litpool.ll
@@ -12,4 +12,4 @@ define void @foo() minsize {
call void asm sideeffect "", "~{r0},~{r1},~{r2},~{r3},~{r4},~{r5},~{r6},~{r7}"()
call void @callee(i8* @var)
ret void
-} \ No newline at end of file
+}