mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
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:
parent
80df4638fe
commit
ad6ba3e071
@ -387,7 +387,6 @@ int main(int argc, char **argv) {
|
|||||||
// arguments). This pass merges the two functions.
|
// arguments). This pass merges the two functions.
|
||||||
//
|
//
|
||||||
Passes.add(createFunctionResolvingPass());
|
Passes.add(createFunctionResolvingPass());
|
||||||
Passes.add(createFunctionResolvingPass());
|
|
||||||
|
|
||||||
if (!NoInternalize) {
|
if (!NoInternalize) {
|
||||||
// Now that composite has been compiled, scan through the module, looking
|
// Now that composite has been compiled, scan through the module, looking
|
||||||
|
Loading…
Reference in New Issue
Block a user