1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Remove duplicate pass

llvm-svn: 6631
This commit is contained in:
Chris Lattner 2003-06-05 20:51:10 +00:00
parent 1bbfcd901c
commit dec82c2ca1

View File

@ -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.