aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/llc/llc.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/llc/llc.cpp b/tools/llc/llc.cpp
index 9e3a875..485b25e 100644
--- a/tools/llc/llc.cpp
+++ b/tools/llc/llc.cpp
@@ -118,10 +118,6 @@ main(int argc, char **argv)
<< Opt->getPassName() << "\n";
}
- // Decompose multi-dimensional refs into a sequence of 1D refs
- // FIXME: This is sparc specific!
- Passes.add(createDecomposeMultiDimRefsPass());
-
// Replace malloc and free instructions with library calls.
// Do this after tracing until lli implements these lib calls.
// For now, it will emulate malloc and free internally.