llvm-6502/tools/opt
Nick Lewycky 5cbc63e91a Fix opt -o option. Don't pass a pointer to an auto variable which is going
away before it's needed, and don't try to delete that pointer!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32055 91177308-0d34-0410-b5e6-96231b3b80d8
2006-12-01 00:43:14 +00:00
..
AnalysisWrappers.cpp
GraphPrinters.cpp Need iostream to be included for the time being. 2006-11-17 10:05:07 +00:00
Makefile
opt.cpp Fix opt -o option. Don't pass a pointer to an auto variable which is going 2006-12-01 00:43:14 +00:00
PrintSCC.cpp