[X86] Remove stale checks after a30c17aba9.
authorFlorian Hahn <flo@fhahn.com>
Tue, 2 May 2023 17:22:04 +0000 (18:22 +0100)
committerFlorian Hahn <flo@fhahn.com>
Tue, 2 May 2023 17:24:50 +0000 (18:24 +0100)
llvm/test/CodeGen/X86/i686-win-shrink-wrapping.ll

index 229e781..ee2332c 100644 (file)
@@ -8,16 +8,6 @@ target triple = "i686-pc-windows-msvc18.0.0"
 
 ; Check that we do not use a basic block that has EFLAGS as live-in
 ; if we need to realign the stack.
-; PR27531.
-; CHECK-LABEL: stackRealignment:
-; Prologue code.
-; CHECK: pushl
-; Make sure we actually perform some stack realignment.
-; CHECK: andl ${{[-0-9]+}}, %esp
-; This is the end of the entry block.
-; The prologue should have happened before that point because past
-; this point, EFLAGS is live.
-; CHECK: jg
 define x86_thiscallcc void @stackRealignment(ptr %this) {
 ; SHRINK-WRAP-LABEL: stackRealignment:
 ; SHRINK-WRAP:       # %bb.0: # %entry