diff options
Diffstat (limited to 'contrib/llvm/lib/Target/PowerPC/TargetInfo/PowerPCTargetInfo.cpp')
-rw-r--r-- | contrib/llvm/lib/Target/PowerPC/TargetInfo/PowerPCTargetInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm/lib/Target/PowerPC/TargetInfo/PowerPCTargetInfo.cpp b/contrib/llvm/lib/Target/PowerPC/TargetInfo/PowerPCTargetInfo.cpp index 5727dbc..5b2fe19 100644 --- a/contrib/llvm/lib/Target/PowerPC/TargetInfo/PowerPCTargetInfo.cpp +++ b/contrib/llvm/lib/Target/PowerPC/TargetInfo/PowerPCTargetInfo.cpp @@ -14,7 +14,7 @@ using namespace llvm; Target llvm::ThePPC32Target, llvm::ThePPC64Target, llvm::ThePPC64LETarget; -extern "C" void LLVMInitializePowerPCTargetInfo() { +extern "C" void LLVMInitializePowerPCTargetInfo() { RegisterTarget<Triple::ppc, /*HasJIT=*/true> X(ThePPC32Target, "ppc32", "PowerPC 32"); |