diff options
| author | Chris Lattner <sabre@nondot.org> | 2008-01-12 00:53:16 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2008-01-12 00:53:16 +0000 |
| commit | 18df33d0c8630ce25050d670ebd668fc1e68e7b8 (patch) | |
| tree | 23291b78ff0e37aa57181f8a656b845abe3f8a02 /llvm/lib/Target/X86 | |
| parent | 6da61c25159d7c34609f00157de039a47e53d532 (diff) | |
| download | bcm5719-llvm-18df33d0c8630ce25050d670ebd668fc1e68e7b8.tar.gz bcm5719-llvm-18df33d0c8630ce25050d670ebd668fc1e68e7b8.zip | |
fix a wordo that gordon noticed :)
llvm-svn: 45896
Diffstat (limited to 'llvm/lib/Target/X86')
| -rw-r--r-- | llvm/lib/Target/X86/X86InstrInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86InstrInfo.cpp b/llvm/lib/Target/X86/X86InstrInfo.cpp index adda5aa8e69..1253631297e 100644 --- a/llvm/lib/Target/X86/X86InstrInfo.cpp +++ b/llvm/lib/Target/X86/X86InstrInfo.cpp @@ -761,7 +761,7 @@ bool X86InstrInfo::isInvariantLoad(MachineInstr *MI) const { // This code cares about loads from three cases: constant pool entries, // invariant argument slots, and global stubs. In order to handle these cases // for all of the myriad of X86 instructions, we just scan for a CP/FI/GV - // operand and base are analysis on it. This is safe because the address of + // operand and base our analysis on it. This is safe because the address of // none of these three cases is ever used as anything other than a load base // and X86 doesn't have any instructions that load from multiple places. |

