summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86RegisterInfo.h
diff options
context:
space:
mode:
authorChristopher Lamb <christopher.lamb@gmail.com>2007-10-18 19:28:55 +0000
committerChristopher Lamb <christopher.lamb@gmail.com>2007-10-18 19:28:55 +0000
commit91ee18c1f7661c1603ac0e2cca4e11b8c28df9f5 (patch)
tree504a93b1693a30993a8da7e6d228f8e1a7326836 /lib/Target/X86/X86RegisterInfo.h
parenta0bc7fc7bd048a69533ea14e73a57504eea56ca1 (diff)
downloadllvm-91ee18c1f7661c1603ac0e2cca4e11b8c28df9f5.tar.gz
llvm-91ee18c1f7661c1603ac0e2cca4e11b8c28df9f5.tar.bz2
llvm-91ee18c1f7661c1603ac0e2cca4e11b8c28df9f5.tar.xz
Fix a typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43144 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86RegisterInfo.h')
-rw-r--r--lib/Target/X86/X86RegisterInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/X86RegisterInfo.h b/lib/Target/X86/X86RegisterInfo.h
index 6a2c19e6b6..26b52f4530 100644
--- a/lib/Target/X86/X86RegisterInfo.h
+++ b/lib/Target/X86/X86RegisterInfo.h
@@ -132,7 +132,7 @@ public:
unsigned OpNum,
MachineInstr* LoadMI) const;
- /// unfoldMemoryOperand - Separate a single instruction which folded a load or a
+ /// unfoldMemoryOperand - Separate a single instruction which folded a load or
/// a store or a load and a store into two or more instruction. If this is
/// possible, returns true as well as the new instructions by reference.
bool unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI,