Move a warning comment to where it should have been in the first place.
authorReid Spencer <rspencer@reidspencer.com>
Sun, 29 Aug 2004 19:25:54 +0000 (19:25 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 29 Aug 2004 19:25:54 +0000 (19:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16088 91177308-0d34-0410-b5e6-96231b3b80d8

lib/System/AIX/Path.cpp

index f75ab9074830c2b9a107f8c681f2f9fc0adca001..117fbfb81bc2f3d6027628fb871d6f7203ae7e20 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
-//===----------------------------------------------------------------------===//
-//=== 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())