[llvm-commits] [llvm] r139038 - /llvm/trunk/test/CodeGen/Mips/eh.ll

Bill Wendling isanbard at gmail.com
Fri Sep 2 14:24:17 PDT 2011


Author: void
Date: Fri Sep  2 16:24:17 2011
New Revision: 139038

URL: http://llvm.org/viewvc/llvm-project?rev=139038&view=rev
Log:
Update for new EH stuff. (I'm not sure if this is 100% correct.)

Modified:
    llvm/trunk/test/CodeGen/Mips/eh.ll

Modified: llvm/trunk/test/CodeGen/Mips/eh.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Mips/eh.ll?rev=139038&r1=139037&r2=139038&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Mips/eh.ll (original)
+++ llvm/trunk/test/CodeGen/Mips/eh.ll Fri Sep  2 16:24:17 2011
@@ -30,7 +30,7 @@
 lpad:                                             ; preds = %entry
 ; CHECK-EL:  # %lpad
 ; CHECK-EL:  lw  $gp
-; CHECK-EL:  beq $5
+; CHECK-EL:  beq $3
 
   %exn = tail call i8* @llvm.eh.exception() nounwind
   %eh.selector = tail call i32 (i8*, i8*, ...)* @llvm.eh.selector(i8* %exn, i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*), i8* bitcast (i8** @_ZTId to i8*)) nounwind





More information about the llvm-commits mailing list