From 667d5dbdcb4e3c080d1f410ca4a88ee817899832 Mon Sep 17 00:00:00 2001 From: Carl Norum Date: Tue, 1 Feb 2011 07:38:42 +0000 Subject: [PATCH] Test commit - fix a double 'should' in a comment. llvm-svn: 124652 --- lib/Target/X86/X86FrameLowering.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/X86/X86FrameLowering.cpp b/lib/Target/X86/X86FrameLowering.cpp index 2db47f4c54a..e04d5d42b6e 100644 --- a/lib/Target/X86/X86FrameLowering.cpp +++ b/lib/Target/X86/X86FrameLowering.cpp @@ -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.