Test commit - fix a double 'should' in a comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124652 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Carl Norum 2011-02-01 07:38:42 +00:00
parent 4e93885bab
commit e47023d543

View File

@ -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.