diff options
Diffstat (limited to 'clang/test/CodeGenCXX/static-destructor.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/static-destructor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/static-destructor.cpp b/clang/test/CodeGenCXX/static-destructor.cpp index 0ea84f8da6f..1feb5064dcc 100644 --- a/clang/test/CodeGenCXX/static-destructor.cpp +++ b/clang/test/CodeGenCXX/static-destructor.cpp @@ -29,5 +29,5 @@ Foo global; // WASM: define internal void @__cxx_global_var_init() // WASM: call i32 @__cxa_atexit(void (i8*)* @__cxx_global_array_dtor, i8* null, i8* @__dso_handle) -// WASM: define internal void @__cxx_global_array_dtor(i8*) +// WASM: define internal void @__cxx_global_array_dtor(i8* %0) // WASM: %call = call %class.Foo* @_ZN3FooD1Ev(%class.Foo* @global) |