[llvm] r247905 - Fix the test case I just committed

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 17 10:21:45 PDT 2015


Author: rnk
Date: Thu Sep 17 12:21:45 2015
New Revision: 247905

URL: http://llvm.org/viewvc/llvm-project?rev=247905&view=rev
Log:
Fix the test case I just committed

Modified:
    llvm/trunk/test/CodeGen/X86/tail-merge-wineh.ll

Modified: llvm/trunk/test/CodeGen/X86/tail-merge-wineh.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/tail-merge-wineh.ll?rev=247905&r1=247904&r2=247905&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/tail-merge-wineh.ll (original)
+++ llvm/trunk/test/CodeGen/X86/tail-merge-wineh.ll Thu Sep 17 12:21:45 2015
@@ -16,8 +16,8 @@
 ; }
 
 ; Don't tail merge the calls.
-; CHECK: calll _CxxThrowException
-; CHECK: calll _CxxThrowException
+; CHECK: calll __CxxThrowException at 8
+; CHECK: calll __CxxThrowException at 8
 
 ; ModuleID = 'cppeh-pingpong.cpp'
 target datalayout = "e-m:x-p:32:32-i64:64-f80:32-n8:16:32-a:0:32-S32"




More information about the llvm-commits mailing list