summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/align-external.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/align-external.ll')
-rw-r--r--test/Transforms/InstCombine/align-external.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/align-external.ll b/test/Transforms/InstCombine/align-external.ll
index c3ef2dbb70..66ff9c16e4 100644
--- a/test/Transforms/InstCombine/align-external.ll
+++ b/test/Transforms/InstCombine/align-external.ll
@@ -22,7 +22,7 @@ define i64 @foo(i64 %a) {
}
define i32 @bar() {
-; CHECK: @bar
+; CHECK-LABEL: @bar(
%r = load i32* @B, align 1
; CHECK: align 1
ret i32 %r