From c7399c82c27f85a2df2653e1eb8c0b60f2cfd934 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Tue, 7 Apr 2015 19:58:03 -0700 Subject: ART: Remove LLVM cruft Change-Id: I133ebed6101bf12a0642ed71e13f332c0c4f14e7 --- compiler/dex/mir_graph.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compiler/dex/mir_graph.cc') diff --git a/compiler/dex/mir_graph.cc b/compiler/dex/mir_graph.cc index 58f12c94e4..4d340387f2 100644 --- a/compiler/dex/mir_graph.cc +++ b/compiler/dex/mir_graph.cc @@ -1609,8 +1609,8 @@ void MIRGraph::ReplaceSpecialChars(std::string& str) { } std::string MIRGraph::GetSSAName(int ssa_reg) { - // TODO: This value is needed for LLVM and debugging. Currently, we compute this and then copy to - // the arena. We should be smarter and just place straight into the arena, or compute the + // TODO: This value is needed for debugging. Currently, we compute this and then copy to the + // arena. We should be smarter and just place straight into the arena, or compute the // value more lazily. int vreg = SRegToVReg(ssa_reg); if (vreg >= static_cast(GetFirstTempVR())) { -- cgit v1.2.3-59-g8ed1b