From: Richard Osborne Date: Fri, 14 Nov 2008 16:19:56 +0000 (+0000) Subject: [XCore] Remove whitespace in the description used when X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=30aa75c96af82753c564779098de61cb5dad2a88;p=oota-llvm.git [XCore] Remove whitespace in the description used when registering XCoreTargetMachine. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59308 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/XCore/XCoreTargetMachine.cpp b/lib/Target/XCore/XCoreTargetMachine.cpp index c6b9c78492a..bc93880217c 100644 --- a/lib/Target/XCore/XCoreTargetMachine.cpp +++ b/lib/Target/XCore/XCoreTargetMachine.cpp @@ -20,7 +20,7 @@ using namespace llvm; namespace { // Register the target. - RegisterTarget X("xcore", " XCore"); + RegisterTarget X("xcore", "XCore"); } const TargetAsmInfo *XCoreTargetMachine::createTargetAsmInfo() const {