summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/attr-coldhot.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/attr-coldhot.c')
-rw-r--r--test/CodeGen/attr-coldhot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/attr-coldhot.c b/test/CodeGen/attr-coldhot.c
index a277119..ec54edd 100644
--- a/test/CodeGen/attr-coldhot.c
+++ b/test/CodeGen/attr-coldhot.c
@@ -8,4 +8,4 @@ int test1() __attribute__((__cold__)) {
// CHECK: ret
}
-// CHECK: attributes [[ATTR]] = { {{.*}}optsize{{.*}} }
+// CHECK: attributes [[ATTR]] = { {{.*}}cold{{.*}}optsize{{.*}} }
OpenPOWER on IntegriCloud