Changeset 1260:3d6a908a34e9
- Timestamp:
- 04/24/09 10:47:42
(3 years ago)
- Author:
- Frits van Bommel <fvbommel wxs.nl>
- branch:
- default
- Message:
Add #include "gen/llvm-version.h" to files that use the macro it defines...
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1134 |
r1260 |
|
| 44 | 44 | #include "gen/abi.h" |
|---|
| 45 | 45 | #include "gen/abi-x86-64.h" |
|---|
| | 46 | //#include "gen/llvm-version.h" // only use is commented out. |
|---|
| 46 | 47 | #include "ir/irfunction.h" |
|---|
| 47 | 48 | |
|---|
| … | … | |
| 402 | 403 | DRegCount state(2, 2, 2); |
|---|
| 403 | 404 | #if 1 //LLVM_REV < 67588 |
|---|
| | 405 | // (If uncommenting the LLVM_REV line above, also uncomment llvm-version #include |
|---|
| | 406 | |
|---|
| 404 | 407 | // LLVM before trunk r67588 doesn't allow a second int to be an i1 or |
|---|
| 405 | 408 | // i8. (See <http://llvm.org/PR3861>) |
|---|
| r1199 |
r1260 |
|
| 37 | 37 | #include "gen/irstate.h" |
|---|
| 38 | 38 | #include "gen/toobj.h" |
|---|
| | 39 | #include "gen/llvm-version.h" |
|---|
| 39 | 40 | |
|---|
| 40 | 41 | #include "gen/cl_options.h" |
|---|