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 | 2e319870f17a090e47540e2a821eac33c495bf59 (patch) | |
tree | 274c922b3f380d4c3e81b8eb16294f9eaf74d9fd | |
parent | 46c0dc7858da65707340ca62b258f8956def78e8 (diff) | |
download | external_llvm-2e319870f17a090e47540e2a821eac33c495bf59.zip external_llvm-2e319870f17a090e47540e2a821eac33c495bf59.tar.gz external_llvm-2e319870f17a090e47540e2a821eac33c495bf59.tar.bz2 |
Test commit, clean up comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160873 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp b/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp index 39aed34..5261bda 100644 --- a/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp +++ b/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))); |