summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/invalid-liveness.mir
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/invalid-liveness.mir')
-rw-r--r--llvm/test/CodeGen/X86/invalid-liveness.mir6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/invalid-liveness.mir b/llvm/test/CodeGen/X86/invalid-liveness.mir
index 28f8135c585..47db8090a92 100644
--- a/llvm/test/CodeGen/X86/invalid-liveness.mir
+++ b/llvm/test/CodeGen/X86/invalid-liveness.mir
@@ -5,11 +5,11 @@
define void @func() { ret void }
...
---
-# Liveness calculation should detect that we do not have a definition for vreg0
-# on all paths; In this example a def for vreg0 is missing when jumping from
+# Liveness calculation should detect that we do not have a definition for %0
+# on all paths; In this example a def for %0 is missing when jumping from
# bb.0 to bb.3.
#
-# CHECK: Use of %vreg0 does not have a corresponding definition on every path
+# CHECK: Use of %0 does not have a corresponding definition on every path
# CHECK: ERROR: Use not jointly dominated by defs.
name: func
registers:
OpenPOWER on IntegriCloud