summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2012-10-16 23:46:19 +0000
committerEric Christopher <echristo@gmail.com>2012-10-16 23:46:19 +0000
commit587e1531974947c872e046927de79ae3cee21756 (patch)
tree3814ee779bf61e8deeb1ac0a5111cd38f31cd3cc
parentf86e50737b7164b0435b69cb391f1e84f2862d3d (diff)
downloadbcm5719-llvm-587e1531974947c872e046927de79ae3cee21756.tar.gz
bcm5719-llvm-587e1531974947c872e046927de79ae3cee21756.zip
Spacing.
llvm-svn: 166074
-rw-r--r--llvm/include/llvm/ExecutionEngine/RuntimeDyld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/ExecutionEngine/RuntimeDyld.h b/llvm/include/llvm/ExecutionEngine/RuntimeDyld.h
index 7da4a4e09a3..a71b1411c8a 100644
--- a/llvm/include/llvm/ExecutionEngine/RuntimeDyld.h
+++ b/llvm/include/llvm/ExecutionEngine/RuntimeDyld.h
@@ -63,7 +63,7 @@ protected:
// Any relocations already associated with the symbol will be re-resolved.
void reassignSectionAddress(unsigned SectionID, uint64_t Addr);
public:
- RuntimeDyld(RTDyldMemoryManager*);
+ RuntimeDyld(RTDyldMemoryManager *);
~RuntimeDyld();
/// loadObject - prepare the object contained in the input buffer for
OpenPOWER on IntegriCloud