mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-09 01:38:03 +00:00
Typo x 2
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24016 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6c302fc075
commit
ff2fcee846
@ -35,7 +35,7 @@ public:
|
||||
AlphaSubtarget(const Module &M, const std::string &FS);
|
||||
|
||||
/// ParseSubtargetFeatures - Parses features string setting specified
|
||||
/// subtarget options. Definition of function is usto generated by tblgen.
|
||||
/// subtarget options. Definition of function is into generated by tblgen.
|
||||
void ParseSubtargetFeatures(const std::string &FS, const std::string &CPU);
|
||||
|
||||
bool hasF2I() const { return HasF2I; }
|
||||
|
@ -42,7 +42,7 @@ public:
|
||||
PPCSubtarget(const Module &M, const std::string &FS);
|
||||
|
||||
/// ParseSubtargetFeatures - Parses features string setting specified
|
||||
/// subtarget options. Definition of function is usto generated by tblgen.
|
||||
/// subtarget options. Definition of function is into generated by tblgen.
|
||||
void ParseSubtargetFeatures(const std::string &FS, const std::string &CPU);
|
||||
|
||||
/// getStackAlignment - Returns the minimum alignment known to hold of the
|
||||
|
Loading…
x
Reference in New Issue
Block a user