diff options
-rw-r--r-- | test/Transforms/SimplifyCFG/switch_create.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/SimplifyCFG/switch_create.ll b/test/Transforms/SimplifyCFG/switch_create.ll index a49f782..8d051b4 100644 --- a/test/Transforms/SimplifyCFG/switch_create.ll +++ b/test/Transforms/SimplifyCFG/switch_create.ll @@ -256,7 +256,7 @@ lor.end: ; preds = %lor.rhs, %lor.lhs.f ; HECK: %cmp = icmp ult i8 %c, 33 ; HECK: br i1 %cmp, label %lor.end, label %switch.early.test -; CHECK: switch.early.test: +; HECK: switch.early.test: ; HECK: switch i8 %c, label %lor.rhs [ ; HECK: i8 46, label %lor.end ; HECK: i8 44, label %lor.end @@ -351,4 +351,4 @@ malformed: ret void ; CHECK: @test12 -}
\ No newline at end of file +} |