diff options
Diffstat (limited to 'test/CodeGen/X86/switch-order-weight.ll')
-rw-r--r-- | test/CodeGen/X86/switch-order-weight.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/switch-order-weight.ll b/test/CodeGen/X86/switch-order-weight.ll index 0fdd56d..207e0b3 100644 --- a/test/CodeGen/X86/switch-order-weight.ll +++ b/test/CodeGen/X86/switch-order-weight.ll @@ -10,7 +10,7 @@ entry: i32 20, label %if.then5 ] -; CHECK: test1: +; CHECK-LABEL: test1: ; CHECK-NOT: unr ; CHECK: cmpl $10 ; CHECK: bar |