summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/pr12251.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/pr12251.c')
-rw-r--r--test/CodeGen/pr12251.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/pr12251.c b/test/CodeGen/pr12251.c
index b017131..ea74cc6 100644
--- a/test/CodeGen/pr12251.c
+++ b/test/CodeGen/pr12251.c
@@ -5,7 +5,7 @@ enum e1 g1(enum e1 *x) {
return *x;
}
-// CHECK: define i32 @g1
+// CHECK-LABEL: define i32 @g1
// CHECK: load i32* %x, align 4
// CHECK-NOT: range
// CHECK: ret
OpenPOWER on IntegriCloud