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/CodeGenCXX/debug-info-globalinit.cpp | |
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/CodeGenCXX/debug-info-globalinit.cpp')
-rw-r--r-- | test/CodeGenCXX/debug-info-globalinit.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/CodeGenCXX/debug-info-globalinit.cpp b/test/CodeGenCXX/debug-info-globalinit.cpp index 3cb31879f8..b3891c148e 100644 --- a/test/CodeGenCXX/debug-info-globalinit.cpp +++ b/test/CodeGenCXX/debug-info-globalinit.cpp @@ -17,7 +17,7 @@ int main(void) {} // CHECK: define internal void @__cxx_global_var_init() // CHECK-NOT: __cxx_global_var_init -// CHECK: %[[C0:.+]] = call i32 @_Z4testv() [[TF:#[0-9]+]], !dbg ![[LINE:.*]] +// CHECK: %[[C0:.+]] = call i32 @_Z4testv(), !dbg ![[LINE:.*]] // CHECK-NOT: __cxx_global_var_init // CHECK: store i32 %[[C0]], i32* @_ZL1i, align 4, !dbg // @@ -27,6 +27,4 @@ int main(void) {} // CHECK-NOT: dbg // CHECK: store i32 %[[C1]], i32* @_ZL1j, align 4 // -// CHECK: attributes [[TF]] = { "target-features"={{.*}} } -// // CHECK: ![[LINE]] = metadata !{i32 13, i32 |