1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

[XCore] Remove whitespace in the description used when

registering XCoreTargetMachine.

llvm-svn: 59308
This commit is contained in:
Richard Osborne 2008-11-14 16:19:56 +00:00
parent c2b2d5e6cf
commit e30cb5908e

View File

@ -20,7 +20,7 @@ using namespace llvm;
namespace {
// Register the target.
RegisterTarget<XCoreTargetMachine> X("xcore", " XCore");
RegisterTarget<XCoreTargetMachine> X("xcore", "XCore");
}
const TargetAsmInfo *XCoreTargetMachine::createTargetAsmInfo() const {