diff options
author | Carl Norum <carl.norum@apple.com> | 2011-02-01 07:38:42 +0000 |
---|---|---|
committer | Carl Norum <carl.norum@apple.com> | 2011-02-01 07:38:42 +0000 |
commit | e47023d543aecb8ca558721a0259d83ab2b016a3 (patch) | |
tree | 8239581ee47dee27dff86d9ab10051c51f540986 | |
parent | 4e93885bab8c3738fdad3286e99dc147157218e8 (diff) |
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
-rw-r--r-- | lib/Target/X86/X86FrameLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/X86FrameLowering.cpp b/lib/Target/X86/X86FrameLowering.cpp index 2db47f4c54..e04d5d42b6 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. |