mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-29 13:24:25 +00:00
Fix typos in comments, NFC
Summary: Just fixing comments, no functional change. Test Plan: N/A Reviewers: jfb Subscribers: mcrosier, llvm-commits Differential Revision: http://reviews.llvm.org/D5130 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216784 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -135,7 +135,7 @@ public:
|
||||
return getSubclassDataFromInstruction() & 32;
|
||||
}
|
||||
|
||||
/// \brief Specify whether this alloca is used to represent a the arguments to
|
||||
/// \brief Specify whether this alloca is used to represent the arguments to
|
||||
/// a call.
|
||||
void setUsedWithInAlloca(bool V) {
|
||||
setInstructionSubclassData((getSubclassDataFromInstruction() & ~32) |
|
||||
|
Reference in New Issue
Block a user