diff options
author | Anna Zaks <ganna@apple.com> | 2013-02-25 19:51:03 +0000 |
---|---|---|
committer | Anna Zaks <ganna@apple.com> | 2013-02-25 19:51:03 +0000 |
commit | c2833111020d7a672bb4b547799fcd87ea4f8fb5 (patch) | |
tree | 698ce9b7b4cf73b4f52677e72a1593a05046f300 /test/CodeGen/builtin-attributes.c | |
parent | 42f2309f739549bead6e5a6c34fd1be4d087998f (diff) |
Revert "Add more attributes from the command line to functions."
This reverts commit 176009.
The commit is a likely cause of several buildbot failures.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176044 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/builtin-attributes.c')
-rw-r--r-- | test/CodeGen/builtin-attributes.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/builtin-attributes.c b/test/CodeGen/builtin-attributes.c index c5c35c3899..79026cb54b 100644 --- a/test/CodeGen/builtin-attributes.c +++ b/test/CodeGen/builtin-attributes.c @@ -58,4 +58,5 @@ int f3(double x) { return e; } -// CHECK: attributes [[NUW]] = { nounwind{{.*}} } +// CHECK: attributes [[NUW]] = { nounwind } +// CHECK: attributes #1 = { noreturn } |