diff options
author | Eric Christopher <echristo@apple.com> | 2010-07-20 06:56:13 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-07-20 06:56:13 +0000 |
commit | 865f0473d09394d559c9d19fe245fbe5152987b8 (patch) | |
tree | 8369a4298e157be4540932e3c72b6b1a2bda66af | |
parent | 8dc129325fe840748a1e8592792144f1cc20ff16 (diff) | |
download | bcm5719-llvm-865f0473d09394d559c9d19fe245fbe5152987b8.tar.gz bcm5719-llvm-865f0473d09394d559c9d19fe245fbe5152987b8.zip |
Grammar.
llvm-svn: 108814
-rw-r--r-- | llvm/include/llvm/Target/TargetRegisterInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Target/TargetRegisterInfo.h b/llvm/include/llvm/Target/TargetRegisterInfo.h index 3fe1bb1963c..cb7297c5b7d 100644 --- a/llvm/include/llvm/Target/TargetRegisterInfo.h +++ b/llvm/include/llvm/Target/TargetRegisterInfo.h @@ -610,7 +610,7 @@ public: /// canSimplifyCallFramePseudos - When possible, it's best to simplify the /// call frame pseudo ops before doing frame index elimination. This is /// possible only when frame index references between the pseudos won't - /// need adjusted for the call frame adjustments. Normally, that's true + /// need adjusting for the call frame adjustments. Normally, that's true /// if the function has a reserved call frame or a frame pointer. Some /// targets (Thumb2, for example) may have more complicated criteria, /// however, and can override this behavior. |