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:
73b3ec4
)
Fix stupid thinko
author
Daniel Dunbar
<daniel@zuster.org>
Wed, 15 Jul 2009 07:37:49 +0000
(07:37 +0000)
committer
Daniel Dunbar
<daniel@zuster.org>
Wed, 15 Jul 2009 07:37:49 +0000
(07:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75754
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Support/TargetRegistry.cpp
patch
|
blob
|
history
diff --git
a/lib/Support/TargetRegistry.cpp
b/lib/Support/TargetRegistry.cpp
index 258431a9372886b443604815ebfb7335da8b818d..258d703d16df403d518b9a8b726e9719ba6578eb 100644
(file)
--- a/
lib/Support/TargetRegistry.cpp
+++ b/
lib/Support/TargetRegistry.cpp
@@
-123,7
+123,7
@@
void TargetRegistry::RegisterTarget(Target &T,
// Add to the list of targets.
T.Next = FirstTarget;
- FirstTarget =
T.Next
;
+ FirstTarget =
&T
;
T.Name = Name;
T.ShortDesc = ShortDesc;