[llvm-commits] CVS: llvm/tools/llc/llc.cpp

Chris Lattner lattner at cs.uiuc.edu
Thu Jun 5 15:52:01 PDT 2003


Changes in directory llvm/tools/llc:

llc.cpp updated: 1.72 -> 1.73

---
Log message:

Remove duplicate pass


---
Diffs of the changes:

Index: llvm/tools/llc/llc.cpp
diff -u llvm/tools/llc/llc.cpp:1.72 llvm/tools/llc/llc.cpp:1.73
--- llvm/tools/llc/llc.cpp:1.72	Tue May 27 16:23:02 2003
+++ llvm/tools/llc/llc.cpp	Thu Jun  5 15:51:10 2003
@@ -118,10 +118,6 @@
                 << 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.





More information about the llvm-commits mailing list