mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +00:00
Switch up whitespace with better whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231059 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -75,8 +75,8 @@ namespace llvm {
|
|||||||
std::string getQualifiedName() const;
|
std::string getQualifiedName() const;
|
||||||
|
|
||||||
// Map of composite subreg indices.
|
// Map of composite subreg indices.
|
||||||
typedef std::map<CodeGenSubRegIndex *, CodeGenSubRegIndex *,
|
typedef std::map<CodeGenSubRegIndex *, CodeGenSubRegIndex *,
|
||||||
deref<llvm::less>> CompMap;
|
deref<llvm::less>> CompMap;
|
||||||
|
|
||||||
// Returns the subreg index that results from composing this with Idx.
|
// Returns the subreg index that results from composing this with Idx.
|
||||||
// Returns NULL if this and Idx don't compose.
|
// Returns NULL if this and Idx don't compose.
|
||||||
|
Reference in New Issue
Block a user