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

Chris Lattner lattner at cs.uiuc.edu
Thu Apr 24 13:37:08 PDT 2003


Changes in directory llvm/tools/gccas:

gccas.cpp updated: 1.60 -> 1.61

---
Log message:

Remove support for "target data" pass ctors



---
Diffs of the changes:

Index: llvm/tools/gccas/gccas.cpp
diff -u llvm/tools/gccas/gccas.cpp:1.60 llvm/tools/gccas/gccas.cpp:1.61
--- llvm/tools/gccas/gccas.cpp:1.60	Thu Apr 24 13:26:03 2003
+++ llvm/tools/gccas/gccas.cpp	Thu Apr 24 13:36:37 2003
@@ -94,9 +94,6 @@
 int main(int argc, char **argv) {
   cl::ParseCommandLineOptions(argc, argv, " llvm .s -> .o assembler for GCC\n");
 
-  // FIXME: This should eventually be parameterized...
-  TargetData TD("gccas target");
-
   std::auto_ptr<Module> M;
   try {
     // Parse the file now...





More information about the llvm-commits mailing list