Fix the test case I just committed
authorReid Kleckner <rnk@google.com>
Thu, 17 Sep 2015 17:21:45 +0000 (17:21 +0000)
committerReid Kleckner <rnk@google.com>
Thu, 17 Sep 2015 17:21:45 +0000 (17:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247905 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/tail-merge-wineh.ll

index 03cc9a8fe6bf296f1d5885b54953563d7bf50b7e..d0f6b72df24bf091f04688002aed54806e232d77 100644 (file)
@@ -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"