diff options
Diffstat (limited to 'test/Transforms/InstSimplify/2011-01-14-Thread.ll')
-rw-r--r-- | test/Transforms/InstSimplify/2011-01-14-Thread.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstSimplify/2011-01-14-Thread.ll b/test/Transforms/InstSimplify/2011-01-14-Thread.ll index 8fc4dc5d5b..9de06600c0 100644 --- a/test/Transforms/InstSimplify/2011-01-14-Thread.ll +++ b/test/Transforms/InstSimplify/2011-01-14-Thread.ll @@ -1,7 +1,7 @@ ; RUN: opt < %s -instsimplify -S | FileCheck %s define i32 @shift_select(i1 %cond) { -; CHECK: @shift_select +; CHECK-LABEL: @shift_select( %s = select i1 %cond, i32 0, i32 1 %r = lshr i32 %s, 1 ret i32 %r |