summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/assign.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/assign.c')
-rw-r--r--test/CodeGen/assign.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/assign.c b/test/CodeGen/assign.c
index fc00896..b2702f0 100644
--- a/test/CodeGen/assign.c
+++ b/test/CodeGen/assign.c
@@ -2,7 +2,7 @@
// Check that we don't generate unnecessary reloads.
//
-// CHECK: define void @f0()
+// CHECK-LABEL: define void @f0()
// CHECK: [[x_0:%.*]] = alloca i32, align 4
// CHECK-NEXT: [[y_0:%.*]] = alloca i32, align 4
// CHECK-NEXT: store i32 1, i32* [[x_0]]
@@ -18,7 +18,7 @@ void f0() {
// This used to test that we generate reloads for volatile access,
// but that does not appear to be correct behavior for C.
//
-// CHECK: define void @f1()
+// CHECK-LABEL: define void @f1()
// CHECK: [[x_1:%.*]] = alloca i32, align 4
// CHECK-NEXT: [[y_1:%.*]] = alloca i32, align 4
// CHECK-NEXT: store volatile i32 1, i32* [[x_1]]
OpenPOWER on IntegriCloud