diff options
Diffstat (limited to 'clang/test/CodeGenCXX/global-array-destruction.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/global-array-destruction.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/clang/test/CodeGenCXX/global-array-destruction.cpp b/clang/test/CodeGenCXX/global-array-destruction.cpp index 7b1566af8c4..c77551cb32d 100644 --- a/clang/test/CodeGenCXX/global-array-destruction.cpp +++ b/clang/test/CodeGenCXX/global-array-destruction.cpp @@ -23,11 +23,11 @@ static S sarr1[4]; S s2; S arr3[3]; -// CHECK-LP64: call ___cxa_atexit -// CHECK-LP64: call ___cxa_atexit -// CHECK-LP64: call ___cxa_atexit -// CHECK-LP64: call ___cxa_atexit -// CHECK-LP64: call ___cxa_atexit -// CHECK-LP64: call ___cxa_atexit -// CHECK-LP64: call ___cxa_atexit -// CHECK-LP64: call ___cxa_atexit +// CHECK-LP64: callq ___cxa_atexit +// CHECK-LP64: callq ___cxa_atexit +// CHECK-LP64: callq ___cxa_atexit +// CHECK-LP64: callq ___cxa_atexit +// CHECK-LP64: callq ___cxa_atexit +// CHECK-LP64: callq ___cxa_atexit +// CHECK-LP64: callq ___cxa_atexit +// CHECK-LP64: callq ___cxa_atexit |