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:
abb8bf1
)
Fix a typo in a comment.
author
Dan Gohman
<gohman@apple.com>
Fri, 14 Dec 2007 15:13:08 +0000
(15:13 +0000)
committer
Dan Gohman
<gohman@apple.com>
Fri, 14 Dec 2007 15:13:08 +0000
(15:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45032
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Target/MRegisterInfo.h
patch
|
blob
|
history
diff --git
a/include/llvm/Target/MRegisterInfo.h
b/include/llvm/Target/MRegisterInfo.h
index 08f76c4d3533a27fa7b7d091825c54cbd4f146c1..cf877bfc2a2fa618afccc1b47a2fc95b0cc3b961 100644
(file)
--- a/
include/llvm/Target/MRegisterInfo.h
+++ b/
include/llvm/Target/MRegisterInfo.h
@@
-562,7
+562,7
@@
public:
}
/// unfoldMemoryOperand - Separate a single instruction which folded a load or
- /// a
a
store or a load and a store into two or more instruction. If this is
+ /// 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.
virtual bool unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI,
unsigned Reg, bool UnfoldLoad, bool UnfoldStore,