[llvm-commits] CVS: llvm/lib/System/AIX/Path.cpp
Reid Spencer
reid at x10sys.com
Sun Aug 29 12:26:04 PDT 2004
Changes in directory llvm/lib/System/AIX:
Path.cpp updated: 1.1 -> 1.2
---
Log message:
Move a warning comment to where it should have been in the first place.
---
Diffs of the changes: (+5 -5)
Index: llvm/lib/System/AIX/Path.cpp
diff -u llvm/lib/System/AIX/Path.cpp:1.1 llvm/lib/System/AIX/Path.cpp:1.2
--- llvm/lib/System/AIX/Path.cpp:1.1 Sun Aug 29 00:24:00 2004
+++ llvm/lib/System/AIX/Path.cpp Sun Aug 29 14:25:54 2004
@@ -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())
More information about the llvm-commits
mailing list