summaryrefslogtreecommitdiff
path: root/src/compiler/codegen/RallocUtil.cc
diff options
context:
space:
mode:
author buzbee <buzbee@google.com> 2012-11-01 12:06:54 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2012-11-01 12:06:54 -0700
commit5b3c889b316746ddc835289aa6600cd967f2ecfe (patch)
tree683a71d08dc8b70cb16d9c064f1f0abd7c14b0b3 /src/compiler/codegen/RallocUtil.cc
parente46cd75f182a3d738c5e2ef3cc90b2f0b1de56ee (diff)
parentb046e16d8b8da318d6055f9308950131f1255e08 (diff)
Merge "Remove all TARGET_[ARM|X86|MIPS] #ifdefs" into dalvik-dev
Diffstat (limited to 'src/compiler/codegen/RallocUtil.cc')
-rw-r--r--src/compiler/codegen/RallocUtil.cc8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/compiler/codegen/RallocUtil.cc b/src/compiler/codegen/RallocUtil.cc
index 8fa110a90d..4848a59fc6 100644
--- a/src/compiler/codegen/RallocUtil.cc
+++ b/src/compiler/codegen/RallocUtil.cc
@@ -14,13 +14,7 @@
* limitations under the License.
*/
-/*
- * This file contains register alloction support and is intended to be
- * included by:
- *
- * Codegen-$(TARGET_ARCH_VARIANT).c
- *
- */
+/* This file contains register alloction support. */
#include "../CompilerUtility.h"
#include "../CompilerIR.h"