diff options
Diffstat (limited to 'llvm/test/CodeGen/WinEH/wineh-comdat.ll')
-rw-r--r-- | llvm/test/CodeGen/WinEH/wineh-comdat.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/WinEH/wineh-comdat.ll b/llvm/test/CodeGen/WinEH/wineh-comdat.ll index 5484370a767..2ef1650d29e 100644 --- a/llvm/test/CodeGen/WinEH/wineh-comdat.ll +++ b/llvm/test/CodeGen/WinEH/wineh-comdat.ll @@ -14,4 +14,4 @@ unwind: declare void @g() declare i32 @__CxxFrameHandler3(...) -; CHECK: define internal i32 @"__ehhandler$f"(i8*, i8*, i8*, i8*){{ .+}} comdat($f) { +; CHECK: define internal i32 @"__ehhandler$f"(i8* %0, i8* %1, i8* %2, i8* %3){{ .+}} comdat($f) { |