* Disambiguate symbols before we start splitting module by functions
authorMisha Brukman <brukman+llvm@gmail.com>
Tue, 29 Jul 2003 16:02:28 +0000 (16:02 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Tue, 29 Jul 2003 16:02:28 +0000 (16:02 +0000)
commitde9720ffceb4101d5189ae5dd83e94acfa031e1e
treec378582e11340de32d14e6f2dacf10a3a8bb2a6e
parent46721dde71cb1926cac9d7ef9e193590deb4ae05
* Disambiguate symbols before we start splitting module by functions
* Moved DisambiguateGlobalSymbols() out of the ReduceMisCodegenFunctions class
* Added an assert to have a cleaner exit if `main' is not found in the module

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7380 91177308-0d34-0410-b5e6-96231b3b80d8
tools/bugpoint/CodeGeneratorBug.cpp