mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
Remove duplicate pass
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6631 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -118,10 +118,6 @@ main(int argc, char **argv)
|
|||||||
<< Opt->getPassName() << "\n";
|
<< 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.
|
// Replace malloc and free instructions with library calls.
|
||||||
// Do this after tracing until lli implements these lib calls.
|
// Do this after tracing until lli implements these lib calls.
|
||||||
// For now, it will emulate malloc and free internally.
|
// For now, it will emulate malloc and free internally.
|
||||||
|
Reference in New Issue
Block a user