diff --git a/lib/System/Path.cpp b/lib/System/Path.cpp index a530f28273f..1504f0d8312 100644 --- a/lib/System/Path.cpp +++ b/lib/System/Path.cpp @@ -23,7 +23,7 @@ using namespace sys; //===----------------------------------------------------------------------===// LLVMFileType -IdentifyFileType(const char*magic, unsigned length) { +sys::IdentifyFileType(const char*magic, unsigned length) { assert(magic && "Invalid magic number string"); assert(length >=4 && "Invalid magic number length"); switch (magic[0]) {