diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/catchret-fallthrough.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/catchret-fallthrough.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/catchret-fallthrough.ll b/llvm/test/CodeGen/X86/catchret-fallthrough.ll index 497f6fb3a9d..f732566d0cb 100644 --- a/llvm/test/CodeGen/X86/catchret-fallthrough.ll +++ b/llvm/test/CodeGen/X86/catchret-fallthrough.ll @@ -41,6 +41,5 @@ nrvo.skipdtor: ; preds = %invoke.cont.3, %inv ; CHECK-NOT: jmp ; CHECK-NOT: movl {{.*}}, %esp ; CHECK: retl -; CHECK: movl {{.*}}, %esp ; CHECK: addl $12, %ebp ; CHECK: jmp LBB0_{{.*}} |