X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=test%2FCodeGen%2FX86%2Fwin-catchpad.ll;h=7761839b7a8be5c7ed711e6c99b029a141ed24c1;hp=78a8fcfc8f4bcab16ed397f9de6a779f5fcaac28;hb=ca7a19a85f82e15bd6756b0715963be0b9988d8a;hpb=add7bcf9ae656f3c1e2c5adb4987c541cb95e373 diff --git a/test/CodeGen/X86/win-catchpad.ll b/test/CodeGen/X86/win-catchpad.ll index 78a8fcfc8f4..7761839b7a8 100644 --- a/test/CodeGen/X86/win-catchpad.ll +++ b/test/CodeGen/X86/win-catchpad.ll @@ -74,13 +74,13 @@ catchendblock: ; preds = %catch, %catch.2, %c ; X86: [[contbb:LBB0_[0-9]+]]: # %try.cont ; X86: retl -; FIXME: These should be de-duplicated. -; X86: [[restorebb2:LBB0_[0-9]+]]: # %invoke.cont.3 +; X86: [[restorebb1:LBB0_[0-9]+]]: # %invoke.cont.2 ; X86: movl -16(%ebp), %esp ; X86: addl $12, %ebp ; X86: jmp [[contbb]] -; X86: [[restorebb1:LBB0_[0-9]+]]: # %invoke.cont.2 +; FIXME: These should be de-duplicated. +; X86: [[restorebb2:LBB0_[0-9]+]]: # %invoke.cont.3 ; X86: movl -16(%ebp), %esp ; X86: addl $12, %ebp ; X86: jmp [[contbb]]