Revert my last (accidental) checkin, but keep the typeo fix

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7879 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-08-15 04:56:47 +00:00
parent 80df4638fe
commit ad6ba3e071

View File

@ -387,7 +387,6 @@ int main(int argc, char **argv) {
// arguments). This pass merges the two functions.
//
Passes.add(createFunctionResolvingPass());
Passes.add(createFunctionResolvingPass());
if (!NoInternalize) {
// Now that composite has been compiled, scan through the module, looking