mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Include TargetRegInfo.h and declare SparcTargetMachine forward, to make this
header more easily includable. llvm-svn: 10880
This commit is contained in:
parent
13203c0416
commit
1459ac52af
@ -14,8 +14,12 @@
|
||||
#ifndef SPARC_REGINFO_H
|
||||
#define SPARC_REGINFO_H
|
||||
|
||||
#include "llvm/Target/TargetRegInfo.h"
|
||||
|
||||
namespace llvm {
|
||||
|
||||
class SparcTargetMachine;
|
||||
|
||||
class SparcRegInfo : public TargetRegInfo {
|
||||
|
||||
private:
|
||||
@ -139,7 +143,6 @@ public:
|
||||
return 8;
|
||||
}
|
||||
|
||||
|
||||
// To obtain the return value and the indirect call address (if any)
|
||||
// contained in a CALL machine instruction
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user