diff options
Diffstat (limited to 'llvm/test/DebugInfo/X86/live-debug-values.ll')
-rw-r--r-- | llvm/test/DebugInfo/X86/live-debug-values.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/X86/live-debug-values.ll b/llvm/test/DebugInfo/X86/live-debug-values.ll index 206b2d62f27..ac6c7c46118 100644 --- a/llvm/test/DebugInfo/X86/live-debug-values.ll +++ b/llvm/test/DebugInfo/X86/live-debug-values.ll @@ -27,8 +27,8 @@ ; This case will also produce multiple locations but only the debug range ; extension is tested here. -; DBG_VALUE for variable "n" is extended into BB#5 from its predecessors BB#3 -; and BB#4. +; DBG_VALUE for variable "n" is extended into %bb.5 from its predecessors %bb.3 +; and %bb.4. ; CHECK: .LBB0_5: ; CHECK-NEXT: #DEBUG_VALUE: main:n <- %ebx ; Other register values have been clobbered. |