projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
223fd6e
)
[XCore] Remove whitespace in the description used when
author
Richard Osborne
<richard@xmos.com>
Fri, 14 Nov 2008 16:19:56 +0000
(16:19 +0000)
committer
Richard Osborne
<richard@xmos.com>
Fri, 14 Nov 2008 16:19:56 +0000
(16:19 +0000)
registering XCoreTargetMachine.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59308
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/XCore/XCoreTargetMachine.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/XCore/XCoreTargetMachine.cpp
b/lib/Target/XCore/XCoreTargetMachine.cpp
index c6b9c78492ab7be0118fe4017837550e3c4bb938..bc93880217c791ba6f1b283e36e7e58cdc0165bf 100644
(file)
--- a/
lib/Target/XCore/XCoreTargetMachine.cpp
+++ b/
lib/Target/XCore/XCoreTargetMachine.cpp
@@
-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 {