diff --git a/tools/llc/llc.cpp b/tools/llc/llc.cpp index 9e3a875693d..485b25ef532 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.