diff options
author | Bill Wendling <isanbard@gmail.com> | 2013-02-26 23:08:48 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2013-02-26 23:08:48 +0000 |
commit | c3af6799d4c8ec4b338236e4361c0795e9af890a (patch) | |
tree | 0b35155e1ba00e695780247c39cb9ca5a764cf69 /test/CodeGen/builtin-attributes.c | |
parent | 2693c323c0cf146da439719d6d31f321ac70add0 (diff) |
Fix testcases to not rely upon target-* attributes.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176135 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, 1 insertions, 2 deletions
diff --git a/test/CodeGen/builtin-attributes.c b/test/CodeGen/builtin-attributes.c index 79026cb54b..c5c35c3899 100644 --- a/test/CodeGen/builtin-attributes.c +++ b/test/CodeGen/builtin-attributes.c @@ -58,5 +58,4 @@ int f3(double x) { return e; } -// CHECK: attributes [[NUW]] = { nounwind } -// CHECK: attributes #1 = { noreturn } +// CHECK: attributes [[NUW]] = { nounwind{{.*}} } |