From 9fd794bebf9c82afc124b94ae9322ee4b3f5a767 Mon Sep 17 00:00:00 2001 From: Bruno Cardoso Lopes Date: Mon, 1 Jun 2009 19:57:37 +0000 Subject: Fix new CodeEmitter stuff to follow LLVM codying style. Patch by Aaron Gray llvm-svn: 72697 --- llvm/lib/ExecutionEngine/JIT/JIT.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/ExecutionEngine/JIT') diff --git a/llvm/lib/ExecutionEngine/JIT/JIT.h b/llvm/lib/ExecutionEngine/JIT/JIT.h index 9924d0bfa9e..3ccb2dd8126 100644 --- a/llvm/lib/ExecutionEngine/JIT/JIT.h +++ b/llvm/lib/ExecutionEngine/JIT/JIT.h @@ -51,7 +51,7 @@ public: class JIT : public ExecutionEngine { TargetMachine &TM; // The current target we are compiling to TargetJITInfo &TJI; // The JITInfo for the target we are compiling to - JITCodeEmitter *JCE; // JCE object + JITCodeEmitter *JCE; // JCE object JITState *jitstate; -- cgit v1.2.3