summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/MIR/X86/expected-named-register-livein.mir
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/MIR/X86/expected-named-register-livein.mir')
-rw-r--r--llvm/test/CodeGen/MIR/X86/expected-named-register-livein.mir4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/MIR/X86/expected-named-register-livein.mir b/llvm/test/CodeGen/MIR/X86/expected-named-register-livein.mir
index fcd68d3f614..f2e2eaea651 100644
--- a/llvm/test/CodeGen/MIR/X86/expected-named-register-livein.mir
+++ b/llvm/test/CodeGen/MIR/X86/expected-named-register-livein.mir
@@ -15,6 +15,6 @@ body: |
; CHECK: [[@LINE+1]]:14: expected a named register
liveins: %0
- %eax = COPY %edi
- RETQ %eax
+ $eax = COPY $edi
+ RETQ $eax
...
OpenPOWER on IntegriCloud