From afc364cf3b3d2ba6a05cb32565dad27ee902841b Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Thu, 17 Sep 2015 17:21:45 +0000 Subject: [PATCH] Fix the test case I just committed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247905 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/tail-merge-wineh.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CodeGen/X86/tail-merge-wineh.ll b/test/CodeGen/X86/tail-merge-wineh.ll index 03cc9a8fe6b..d0f6b72df24 100644 --- a/test/CodeGen/X86/tail-merge-wineh.ll +++ b/test/CodeGen/X86/tail-merge-wineh.ll @@ -16,8 +16,8 @@ ; } ; Don't tail merge the calls. -; CHECK: calll _CxxThrowException -; CHECK: calll _CxxThrowException +; CHECK: calll __CxxThrowException@8 +; CHECK: calll __CxxThrowException@8 ; ModuleID = 'cppeh-pingpong.cpp' target datalayout = "e-m:x-p:32:32-i64:64-f80:32-n8:16:32-a:0:32-S32" -- 2.34.1