diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-08-29 19:25:54 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-08-29 19:25:54 +0000 |
commit | bd4dd5c33a13587b7d095960f7646b00ac82b90e (patch) | |
tree | b051e7ff571d9bbbb8b471660d6046d5b9d6ab3c /lib/System/AIX/Path.cpp | |
parent | 36853b99a1a8d0c950b4096b1bf866238a57205a (diff) |
Move a warning comment to where it should have been in the first place.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16088 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/System/AIX/Path.cpp')
-rw-r--r-- | lib/System/AIX/Path.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/System/AIX/Path.cpp b/lib/System/AIX/Path.cpp index f75ab90748..117fbfb81b 100644 --- a/lib/System/AIX/Path.cpp +++ b/lib/System/AIX/Path.cpp @@ -11,17 +11,17 @@ // //===----------------------------------------------------------------------===// -//===----------------------------------------------------------------------===// -//=== WARNING: Implementation here must contain only AIX specific code -//=== and must not be generic UNIX code (see ../Unix/Path.cpp) -//===----------------------------------------------------------------------===// - // Include the generic unix implementation #include "../Unix/Path.cpp" namespace llvm { using namespace sys; +//===----------------------------------------------------------------------===// +//=== WARNING: Implementation here must contain only AIX specific code +//=== and must not be generic UNIX code (see ../Unix/Path.cpp) +//===----------------------------------------------------------------------===// + bool Path::is_valid() const { if (path.empty()) |