aboutsummaryrefslogtreecommitdiff
path: root/lib/System/AIX/Path.cpp
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-08-29 19:25:54 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-08-29 19:25:54 +0000
commitbd4dd5c33a13587b7d095960f7646b00ac82b90e (patch)
treeb051e7ff571d9bbbb8b471660d6046d5b9d6ab3c /lib/System/AIX/Path.cpp
parent36853b99a1a8d0c950b4096b1bf866238a57205a (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.cpp10
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())