projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe9cee7
)
Switch up whitespace with better whitespace.
author
Nick Lewycky
<nicholas@mxc.ca>
Tue, 3 Mar 2015 07:59:45 +0000
(07:59 +0000)
committer
Nick Lewycky
<nicholas@mxc.ca>
Tue, 3 Mar 2015 07:59:45 +0000
(07:59 +0000)
llvm-svn: 231059
llvm/utils/TableGen/CodeGenRegisters.h
patch
|
blob
|
history
diff --git
a/llvm/utils/TableGen/CodeGenRegisters.h
b/llvm/utils/TableGen/CodeGenRegisters.h
index
e6e85b7
..
73b5279
100644
(file)
--- a/
llvm/utils/TableGen/CodeGenRegisters.h
+++ b/
llvm/utils/TableGen/CodeGenRegisters.h
@@
-75,8
+75,8
@@
namespace llvm {
std::string getQualifiedName() const;
// Map of composite subreg indices.
-
typedef std::map<CodeGenSubRegIndex *, CodeGenSubRegIndex *,
-
deref<llvm::less>> CompMap;
+
typedef std::map<CodeGenSubRegIndex *, CodeGenSubRegIndex *,
+
deref<llvm::less>> CompMap;
// Returns the subreg index that results from composing this with Idx.
// Returns NULL if this and Idx don't compose.