mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
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
This commit is contained in:
parent
36853b99a1
commit
bd4dd5c33a
@ -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 the generic unix implementation
|
||||||
#include "../Unix/Path.cpp"
|
#include "../Unix/Path.cpp"
|
||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
using namespace sys;
|
using namespace sys;
|
||||||
|
|
||||||
|
//===----------------------------------------------------------------------===//
|
||||||
|
//=== WARNING: Implementation here must contain only AIX specific code
|
||||||
|
//=== and must not be generic UNIX code (see ../Unix/Path.cpp)
|
||||||
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
bool
|
bool
|
||||||
Path::is_valid() const {
|
Path::is_valid() const {
|
||||||
if (path.empty())
|
if (path.empty())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user