llvm-6502/tools/llvm2cpp
Reid Spencer 688b0490e2 For PR411:
Adjust to changes in Module interface:
getMainFunction() -> getFunction("main")
getNamedFunction(X) -> getFunction(X)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33922 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-05 21:19:13 +00:00
..
CppWriter.cpp For PR411: 2007-02-05 21:19:13 +00:00
CppWriter.h
llvm2cpp.cpp make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. 2006-12-06 01:18:01 +00:00
Makefile Make llvm2cpp -pedantic clean. 2006-11-03 00:05:16 +00:00