commit | c3af6799d4c8ec4b338236e4361c0795e9af890a | [log] [tgz] |
---|---|---|
author | Bill Wendling <isanbard@gmail.com> | Tue Feb 26 23:08:48 2013 +0000 |
committer | Bill Wendling <isanbard@gmail.com> | Tue Feb 26 23:08:48 2013 +0000 |
tree | 0b35155e1ba00e695780247c39cb9ca5a764cf69 | |
parent | 2693c323c0cf146da439719d6d31f321ac70add0 [diff] [blame] |
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
diff --git a/test/CodeGen/2008-04-08-NoExceptions.c b/test/CodeGen/2008-04-08-NoExceptions.c index 7d533b7..254d30a 100644 --- a/test/CodeGen/2008-04-08-NoExceptions.c +++ b/test/CodeGen/2008-04-08-NoExceptions.c
@@ -9,5 +9,4 @@ // CHECK-NOT: declare void @f() #0 -// CHECK: attributes #0 = { nounwind {{.*}} } -// CHECK: attributes #1 = { "target-features"={{.*}} } +// CHECK: attributes #0 = { nounwind{{.*}} }