projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e93885
)
Test commit - fix a double 'should' in a comment.
author
Carl Norum
<carl.norum@apple.com>
Tue, 1 Feb 2011 07:38:42 +0000
(07:38 +0000)
committer
Carl Norum
<carl.norum@apple.com>
Tue, 1 Feb 2011 07:38:42 +0000
(07:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124652
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86FrameLowering.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86FrameLowering.cpp
b/lib/Target/X86/X86FrameLowering.cpp
index 2db47f4c54a700619ecabbea2effd2645cecc2b7..e04d5d42b6e26086def25ac18d86931bcf2d5fd3 100644
(file)
--- 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.