projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03b562a
)
Regularize include guards and remove some excess whitespace.
author
Brian Gaeke
<gaeke@uiuc.edu>
Mon, 19 Apr 2004 18:53:44 +0000
(18:53 +0000)
committer
Brian Gaeke
<gaeke@uiuc.edu>
Mon, 19 Apr 2004 18:53:44 +0000
(18:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13071
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/SparcV9/SparcV9RegInfo.h
patch
|
blob
|
history
diff --git
a/lib/Target/SparcV9/SparcV9RegInfo.h
b/lib/Target/SparcV9/SparcV9RegInfo.h
index 7db7cf2f310b5439c25a830609a87a4f507303aa..a6234ad844ea704a590f5cf86012fd24410c65b1 100644
(file)
--- a/
lib/Target/SparcV9/SparcV9RegInfo.h
+++ b/
lib/Target/SparcV9/SparcV9RegInfo.h
@@
-11,8
+11,8
@@
//
//----------------------------------------------------------------------------
-#ifndef SPARC
_
REGINFO_H
-#define SPARC
_
REGINFO_H
+#ifndef SPARC
V9
REGINFO_H
+#define SPARC
V9
REGINFO_H
#include "llvm/Target/TargetRegInfo.h"
@@
-21,9
+21,7
@@
namespace llvm {
class SparcV9TargetMachine;
class SparcV9RegInfo : public TargetRegInfo {
-
private:
-
// Number of registers used for passing int args (usually 6: %o0 - %o5)
//
unsigned const NumOfIntArgRegs;