diff options
Diffstat (limited to 'test/CodeGen/attr-coldhot.c')
-rw-r--r-- | test/CodeGen/attr-coldhot.c | 2 |
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{{.*}} } |