From bd4dd5c33a13587b7d095960f7646b00ac82b90e Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 29 Aug 2004 19:25:54 +0000 Subject: [PATCH] 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 --- lib/System/AIX/Path.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/System/AIX/Path.cpp b/lib/System/AIX/Path.cpp index f75ab907483..117fbfb81bc 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()) -- 2.34.1