summaryrefslogtreecommitdiffstats
path: root/compiler/dex/frontend.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/dex/frontend.h')
-rw-r--r--compiler/dex/frontend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dex/frontend.h b/compiler/dex/frontend.h
index a86338950c..5c68ab4244 100644
--- a/compiler/dex/frontend.h
+++ b/compiler/dex/frontend.h
@@ -102,7 +102,7 @@ class LLVMInfo {
private:
UniquePtr< ::llvm::LLVMContext> llvm_context_;
- ::llvm::Module* llvm_module_; // Managed by context_.
+ ::llvm::Module* llvm_module_; // Managed by context_.
UniquePtr<art::llvm::IntrinsicHelper> intrinsic_helper_;
UniquePtr<art::llvm::IRBuilder> ir_builder_;
};