mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-26 21:47:07 +00:00
Move a warning comment to where it should have been in the first place.
llvm-svn: 16088
This commit is contained in:
parent
de380840a4
commit
e5793abe5e
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user