diff options
Diffstat (limited to 'test/CodeGen/ms-declspecs.c')
-rw-r--r-- | test/CodeGen/ms-declspecs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ms-declspecs.c b/test/CodeGen/ms-declspecs.c index fea2cf6747..c116fbec7a 100644 --- a/test/CodeGen/ms-declspecs.c +++ b/test/CodeGen/ms-declspecs.c @@ -25,4 +25,4 @@ void f20(void) { f20_t(); } // CHECK: attributes #0 = { naked noinline nounwind "target-features"={{.*}} } // CHECK: attributes #1 = { nounwind "target-features"={{.*}} } // CHECK: attributes #2 = { noinline nounwind "target-features"={{.*}} } -// CHECK: attributes [[NR]] = { noreturn "target-features"={{.*}} } +// CHECK: attributes [[NR]] = { noreturn } |