aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/Reassociate/absorption.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Reassociate/absorption.ll')
-rw-r--r--test/Transforms/Reassociate/absorption.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Reassociate/absorption.ll b/test/Transforms/Reassociate/absorption.ll
index 2ccc2b579496..40b3d80eee9d 100644
--- a/test/Transforms/Reassociate/absorption.ll
+++ b/test/Transforms/Reassociate/absorption.ll
@@ -6,6 +6,6 @@ define i8 @foo(i8 %x) {
%tmp1 = or i8 %x, 127
%tmp2 = or i8 %tmp1, 128
ret i8 %tmp2
-; CHECK: @foo
+; CHECK-LABEL: @foo(
; CHECK: ret i8 -1
}