* DataTypesFix.h moved to AIXDataTypesFix.h
authorMisha Brukman <brukman+llvm@gmail.com>
Tue, 26 Oct 2004 16:15:18 +0000 (16:15 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Tue, 26 Oct 2004 16:15:18 +0000 (16:15 +0000)
commite757752e39a9584ee6fb4017db7bef58cfd7e8f1
tree762111ef1c5432d4bf78d892d57a14f03d55979b
parent84d17fea638c13eb015cd26b873f261b0a251b5c
* DataTypesFix.h moved to AIXDataTypesFix.h
* Condition #inclusion of AIXDataTypes.h on the _AIX preprocessor symbol to
  prevent extra I/O on non-AIX systems.  Thus, no #ifdef in AIXDataTypes.h

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17257 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/AIXDataTypesFix.h [new file with mode: 0644]
include/llvm/Support/DataTypes.h.in
include/llvm/Support/DataTypesFix.h [deleted file]