diff options
Diffstat (limited to 'test/Transforms/InstCombine/load-select.ll')
-rw-r--r-- | test/Transforms/InstCombine/load-select.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/load-select.ll b/test/Transforms/InstCombine/load-select.ll index f3d83dc8210e..e8cbad335dea 100644 --- a/test/Transforms/InstCombine/load-select.ll +++ b/test/Transforms/InstCombine/load-select.ll @@ -5,7 +5,7 @@ target datalayout = "e-p:32:32:32-i1:8:32-i8:8:32-i16:16:32-i32:32:32-i64:32:32- @a = constant [2 x i32] [i32 3, i32 6] ; <[2 x i32]*> [#uses=2] define i32 @b(i32 %y) nounwind readonly { -; CHECK: @b +; CHECK-LABEL: @b( ; CHECK-NOT: load ; CHECK: ret i32 entry: |