diff options
Diffstat (limited to 'llvm/test/Transforms/SCCP/switch.ll')
-rw-r--r-- | llvm/test/Transforms/SCCP/switch.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/SCCP/switch.ll b/llvm/test/Transforms/SCCP/switch.ll index 9f934237e61..155faa5c606 100644 --- a/llvm/test/Transforms/SCCP/switch.ll +++ b/llvm/test/Transforms/SCCP/switch.ll @@ -4,7 +4,7 @@ ; with no cases. declare void @foo() define void @test1() { -; CHECK: define void @test1 +; CHECK-LABEL: define void @test1( ; CHECK: call void @foo() switch i32 undef, label %d [] d: |