forked from OSchip/llvm-project
Revert my last (accidental) checkin, but keep the typeo fix
llvm-svn: 7879
This commit is contained in:
parent
6ae402fd2c
commit
8023f5c1c9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue