diff options
Diffstat (limited to 'contrib/llvm/tools/clang/lib/CodeGen/CGBlocks.h')
-rw-r--r-- | contrib/llvm/tools/clang/lib/CodeGen/CGBlocks.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/contrib/llvm/tools/clang/lib/CodeGen/CGBlocks.h b/contrib/llvm/tools/clang/lib/CodeGen/CGBlocks.h index 020638a..0031e32 100644 --- a/contrib/llvm/tools/clang/lib/CodeGen/CGBlocks.h +++ b/contrib/llvm/tools/clang/lib/CodeGen/CGBlocks.h @@ -28,15 +28,15 @@ #include "llvm/IR/Module.h" namespace llvm { - class Module; - class Constant; - class Function; - class GlobalValue; - class DataLayout; - class FunctionType; - class PointerType; - class Value; - class LLVMContext; +class Module; +class Constant; +class Function; +class GlobalValue; +class DataLayout; +class FunctionType; +class PointerType; +class Value; +class LLVMContext; } namespace clang { |