forked from OSchip/llvm-project
parent
d71e4441c9
commit
89f18805f4
|
@ -25,7 +25,7 @@ using namespace llvm;
|
|||
#define DEBUG_TYPE "armtti"
|
||||
|
||||
// Declare the pass initialization routine locally as target-specific passes
|
||||
// don't havve a target-wide initialization entry point, and so we rely on the
|
||||
// don't have a target-wide initialization entry point, and so we rely on the
|
||||
// pass constructor initialization.
|
||||
namespace llvm {
|
||||
void initializeARMTTIPass(PassRegistry &);
|
||||
|
|
|
@ -27,7 +27,7 @@ using namespace llvm;
|
|||
#define DEBUG_TYPE "arm64tti"
|
||||
|
||||
// Declare the pass initialization routine locally as target-specific passes
|
||||
// don't havve a target-wide initialization entry point, and so we rely on the
|
||||
// don't have a target-wide initialization entry point, and so we rely on the
|
||||
// pass constructor initialization.
|
||||
namespace llvm {
|
||||
void initializeARM64TTIPass(PassRegistry &);
|
||||
|
|
|
@ -29,7 +29,7 @@ static cl::opt<bool> DisablePPCConstHoist("disable-ppc-constant-hoisting",
|
|||
cl::desc("disable constant hoisting on PPC"), cl::init(false), cl::Hidden);
|
||||
|
||||
// Declare the pass initialization routine locally as target-specific passes
|
||||
// don't havve a target-wide initialization entry point, and so we rely on the
|
||||
// don't have a target-wide initialization entry point, and so we rely on the
|
||||
// pass constructor initialization.
|
||||
namespace llvm {
|
||||
void initializePPCTTIPass(PassRegistry &);
|
||||
|
|
|
@ -26,7 +26,7 @@ using namespace llvm;
|
|||
#define DEBUG_TYPE "x86tti"
|
||||
|
||||
// Declare the pass initialization routine locally as target-specific passes
|
||||
// don't havve a target-wide initialization entry point, and so we rely on the
|
||||
// don't have a target-wide initialization entry point, and so we rely on the
|
||||
// pass constructor initialization.
|
||||
namespace llvm {
|
||||
void initializeX86TTIPass(PassRegistry &);
|
||||
|
|
|
@ -24,7 +24,7 @@ using namespace llvm;
|
|||
#define DEBUG_TYPE "xcoretti"
|
||||
|
||||
// Declare the pass initialization routine locally as target-specific passes
|
||||
// don't havve a target-wide initialization entry point, and so we rely on the
|
||||
// don't have a target-wide initialization entry point, and so we rely on the
|
||||
// pass constructor initialization.
|
||||
namespace llvm {
|
||||
void initializeXCoreTTIPass(PassRegistry &);
|
||||
|
|
Loading…
Reference in New Issue