mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +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:
parent
9b5fd22bd9
commit
5b4299c26d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user