mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-01 08:47:42 +00:00
Test commit - fix a double 'should' in a comment.
llvm-svn: 124652
This commit is contained in:
parent
e60f9519d8
commit
667d5dbdcb
@ -598,7 +598,7 @@ void X86FrameLowering::emitPrologue(MachineFunction &MF) const {
|
||||
STI.isTargetWin64() &&
|
||||
!STI.isTargetEnvMacho()) {
|
||||
// Sanity check that EAX is not livein for this function. It should
|
||||
// should not be, so throw an assert.
|
||||
// not be, so throw an assert.
|
||||
assert(!isEAXLiveIn(MF) && "EAX is livein in the Win64 case!");
|
||||
|
||||
// Handle the 64-bit Windows ABI case where we need to call __chkstk.
|
||||
|
Loading…
x
Reference in New Issue
Block a user