summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/attr-coldhot.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/attr-coldhot.c')
-rw-r--r--clang/test/CodeGen/attr-coldhot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/attr-coldhot.c b/clang/test/CodeGen/attr-coldhot.c
index a2771197084..ec54edde9d7 100644
--- a/clang/test/CodeGen/attr-coldhot.c
+++ b/clang/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