diff options
author | Andrew Kaylor <andrew.kaylor@intel.com> | 2012-07-27 17:52:42 +0000 |
---|---|---|
committer | Andrew Kaylor <andrew.kaylor@intel.com> | 2012-07-27 17:52:42 +0000 |
commit | 5c01090c49a23ace459caacd929743ced1be9177 (patch) | |
tree | 9a42d18276a0e43dc3b60d69a5e12340f64a56ae /llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | |
parent | e00629f777d9d62875730f40d266727df300dbb2 (diff) | |
download | bcm5719-llvm-5c01090c49a23ace459caacd929743ced1be9177.tar.gz bcm5719-llvm-5c01090c49a23ace459caacd929743ced1be9177.zip |
Test commit, clean up comment
llvm-svn: 160873
Diffstat (limited to 'llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp')
-rw-r--r-- | llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp b/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp index 39aed344558..5261bda193f 100644 --- a/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp +++ b/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp @@ -55,7 +55,7 @@ public: const MemoryBuffer& getBuffer() const { return *InputData; } - // Methods for type inquiry through isa, cast, and dyn_cast + // Methods for type inquiry through isa, cast and dyn_cast static inline bool classof(const Binary *v) { return (isa<ELFObjectFile<target_endianness, is64Bits> >(v) && classof(cast<ELFObjectFile<target_endianness, is64Bits> >(v))); |