diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/verifier-phi-fail0.mir')
-rw-r--r-- | llvm/test/CodeGen/X86/verifier-phi-fail0.mir | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/verifier-phi-fail0.mir b/llvm/test/CodeGen/X86/verifier-phi-fail0.mir index 482c2c85d15..c17b0daa75b 100644 --- a/llvm/test/CodeGen/X86/verifier-phi-fail0.mir +++ b/llvm/test/CodeGen/X86/verifier-phi-fail0.mir @@ -3,13 +3,13 @@ # CHECK: Bad machine code: PHI operand is not live-out from predecessor # CHECK: - function: func0 # CHECK: - basic block: %bb.3 -# CHECK: - instruction: %0<def> = PHI +# CHECK: - instruction: %0:gr32 = PHI # CHECK: - operand 1: %1 # # CHECK: Bad machine code: PHI operand is not live-out from predecessor # CHECK: - function: func0 # CHECK: - basic block: %bb.3 -# CHECK: - instruction: %0<def> = PHI +# CHECK: - instruction: %0:gr32 = PHI # CHECK: - operand 3: %0 name: func0 tracksRegLiveness: true |