summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/fast-math.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/fast-math.c')
-rw-r--r--test/CodeGen/fast-math.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/fast-math.c b/test/CodeGen/fast-math.c
index 76cfbbd..4a51358 100644
--- a/test/CodeGen/fast-math.c
+++ b/test/CodeGen/fast-math.c
@@ -2,7 +2,7 @@
float f0, f1, f2;
void foo(void) {
- // CHECK: define void @foo()
+ // CHECK-LABEL: define void @foo()
// CHECK: fadd fast
f0 = f1 + f2;
OpenPOWER on IntegriCloud