diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/switch.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/switch.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/switch.ll b/llvm/test/CodeGen/X86/switch.ll index 0cf70efaec8..95b2ed0e618 100644 --- a/llvm/test/CodeGen/X86/switch.ll +++ b/llvm/test/CodeGen/X86/switch.ll @@ -432,9 +432,9 @@ sw: ; Branch directly to the default. ; (In optimized builds the switch is removed earlier.) ; NOOPT-LABEL: default_only -; NOOPT: .[[L:[A-Z0-9_]+]]: +; NOOPT: .LBB[[L:[A-Z0-9_]+]]: ; NOOPT-NEXT: retq -; NOOPT: jmp .[[L]] +; NOOPT: jmp .LBB[[L]] } |