mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-30 17:33:24 +00:00
Remove useless/confusing namespace qualifier.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17852 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
145a5a3746
commit
226b72672e
@ -79,7 +79,7 @@ bool GetBytecodeSymbols(const sys::Path& fileName,
|
||||
/// already in memory.
|
||||
/// @returns the ModuleProvider on success, 0 if the bytecode can't be parsed
|
||||
/// @brief Get a bytecode file's externally visibile defined global symbols.
|
||||
ModuleProvider* llvm::GetBytecodeSymbols(
|
||||
ModuleProvider* GetBytecodeSymbols(
|
||||
const unsigned char*Buffer, ///< The buffer to be parsed
|
||||
unsigned Length, ///< The length of \p Buffer
|
||||
const std::string& ModuleID, ///< An identifier for the module
|
||||
|
Loading…
Reference in New Issue
Block a user