"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "103810544981758eff2244d8406fa899d797f3e2"
Use the "undergoes default argument promotion" bit on parameters to
simplify the logic of initializing function parameters so that we don't need both a variable declaration and a type in FunctionArgList. This also means that we need to propagate the CGFunctionInfo down in a lot of places rather than recalculating it from the FAL. There's more we can do to eliminate redundancy here, and I've left FIXMEs behind to do it. llvm-svn: 127314
Loading
Please register or sign in to comment