diff options
author | Bill Wendling <isanbard@gmail.com> | 2013-02-22 21:12:51 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2013-02-22 21:12:51 +0000 |
commit | 5bb033ba5de8f00cea93b061427de92569b45d2d (patch) | |
tree | 00ef9ca4287195e1ba3ec1da39c3f4573af8759a /test/CodeGen/ms-declspecs.c | |
parent | efc5b6713e51726ced594bc566d3291ffbf22ae2 (diff) |
Update tests so that we don't test for function-only attributes on call sites.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175921 91177308-0d34-0410-b5e6-96231b3b80d8
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 } |