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 | ecd90b5946c9dbfb156557872dd5dcdcb5358606 (patch) | |
| tree | d4ea39ecb3e099a2522ab087a8c9b413b9104e9c /llvm/lib | |
| parent | 88ea6ab44f5ab3d3cc08d587b49389e516002113 (diff) | |
| download | bcm5719-llvm-ecd90b5946c9dbfb156557872dd5dcdcb5358606.tar.gz bcm5719-llvm-ecd90b5946c9dbfb156557872dd5dcdcb5358606.zip | |
Test commit - fix a double 'should' in a comment.
llvm-svn: 124652
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/X86/X86FrameLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86FrameLowering.cpp b/llvm/lib/Target/X86/X86FrameLowering.cpp index 2db47f4c54a..e04d5d42b6e 100644 --- a/llvm/lib/Target/X86/X86FrameLowering.cpp +++ b/llvm/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. |

