From: Reid Kleckner <rnk@google.com>
Date: Thu, 17 Sep 2015 17:21:45 +0000 (+0000)
Subject: Fix the test case I just committed
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=afc364cf3b3d2ba6a05cb32565dad27ee902841b;p=oota-llvm.git

Fix the test case I just committed

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247905 91177308-0d34-0410-b5e6-96231b3b80d8
---

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"