Mercurial > hg > Members > tobaru > cbc > CbC_llvm
comparison include/llvm-c/Initialization.h @ 77:54457678186b
LLVM 3.6
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 08 Sep 2014 22:06:00 +0900 |
parents | 95c75e76d11b |
children | 7d135dc70f03 |
comparison
equal
deleted
inserted
replaced
34:e874dbf0ad9d | 77:54457678186b |
---|---|
11 |* which must be called before you can use the functionality provided by *| | 11 |* which must be called before you can use the functionality provided by *| |
12 |* the corresponding LLVM library. *| | 12 |* the corresponding LLVM library. *| |
13 |* *| | 13 |* *| |
14 \*===----------------------------------------------------------------------===*/ | 14 \*===----------------------------------------------------------------------===*/ |
15 | 15 |
16 #ifndef LLVM_C_INITIALIZEPASSES_H | 16 #ifndef LLVM_C_INITIALIZATION_H |
17 #define LLVM_C_INITIALIZEPASSES_H | 17 #define LLVM_C_INITIALIZATION_H |
18 | 18 |
19 #include "llvm-c/Core.h" | 19 #include "llvm-c/Core.h" |
20 | 20 |
21 #ifdef __cplusplus | 21 #ifdef __cplusplus |
22 extern "C" { | 22 extern "C" { |