mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-02 23:26:31 +00:00
Fix typo "fuction" noticed in comments in AssumptionCache.h, and also all the other files that have the same typo. All comments, no functionality change! (Merely a "fuctionality" change.)
Bonus change to remove emacs major mode marker from SystemZMachineFunctionInfo.cpp because emacs already knows it's C++ from the extension. Also fix typo "appeary" in AMDGPUMCAsmInfo.h. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243585 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -21,7 +21,7 @@ class Triple;
|
||||
|
||||
// If you need to create another MCAsmInfo class, which inherits from MCAsmInfo,
|
||||
// you will need to make sure your new class sets PrivateGlobalPrefix to
|
||||
// a prefix that won't appeary in a fuction name. The default value
|
||||
// a prefix that won't appear in a function name. The default value
|
||||
// for PrivateGlobalPrefix is 'L', so it will consider any function starting
|
||||
// with 'L' as a local symbol.
|
||||
class AMDGPUMCAsmInfo : public MCAsmInfoELF {
|
||||
|
Reference in New Issue
Block a user