diff options
| author | Petar Avramovic <Petar.Avramovic@rt-rk.com> | 2018-10-22 13:27:50 +0000 |
|---|---|---|
| committer | Petar Avramovic <Petar.Avramovic@rt-rk.com> | 2018-10-22 13:27:50 +0000 |
| commit | e72a7437404db25339ffdb26e78e09e44fc4e217 (patch) | |
| tree | f3c91454c6a190bbf4e8864dd0aee0d7b2a700d3 | |
| parent | ae8c3176b87cd238f89cd6e95630f1ced4625a2b (diff) | |
| download | bcm5719-llvm-e72a7437404db25339ffdb26e78e09e44fc4e217.tar.gz bcm5719-llvm-e72a7437404db25339ffdb26e78e09e44fc4e217.zip | |
Test commit: change comment.
llvm-svn: 344900
| -rw-r--r-- | llvm/lib/Target/Mips/MipsCallLowering.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/MipsCallLowering.h b/llvm/lib/Target/Mips/MipsCallLowering.h index 389db3a3b68..a0d4464e2c0 100644 --- a/llvm/lib/Target/Mips/MipsCallLowering.h +++ b/llvm/lib/Target/Mips/MipsCallLowering.h @@ -81,7 +81,7 @@ private: SmallVectorImpl<T> &ISDArgs) const; /// Split structures and arrays, save original argument indices since - /// Mips calling conv needs info about original argument type. + /// Mips calling convention needs info about original argument type. void splitToValueTypes(const ArgInfo &OrigArg, unsigned OriginalIndex, SmallVectorImpl<ArgInfo> &SplitArgs, SmallVectorImpl<unsigned> &SplitArgsOrigIndices) const; |

