| OLD | NEW |
| 1 add_llvm_library(LLVMNaClTransforms | 1 add_llvm_library(LLVMNaClTransforms |
| 2 ExpandByVal.cpp | 2 ExpandByVal.cpp |
| 3 ExpandConstantExpr.cpp | 3 ExpandConstantExpr.cpp |
| 4 ExpandCtors.cpp | 4 ExpandCtors.cpp |
| 5 ExpandGetElementPtr.cpp | 5 ExpandGetElementPtr.cpp |
| 6 ExpandTls.cpp | 6 ExpandTls.cpp |
| 7 ExpandTlsConstantExpr.cpp | 7 ExpandTlsConstantExpr.cpp |
| 8 ExpandUtils.cpp | 8 ExpandUtils.cpp |
| 9 ExpandVarArgs.cpp | 9 ExpandVarArgs.cpp |
| 10 InsertDivideCheck.cpp | 10 InsertDivideCheck.cpp |
| 11 FlattenGlobals.cpp | 11 FlattenGlobals.cpp |
| 12 GlobalCleanup.cpp | 12 GlobalCleanup.cpp |
| 13 PromoteIntegers.cpp | 13 PromoteIntegers.cpp |
| 14 ReplacePtrsWithInts.cpp |
| 14 RewritePNaClLibraryCalls.cpp | 15 RewritePNaClLibraryCalls.cpp |
| 15 StripMetadata.cpp | 16 StripMetadata.cpp |
| 16 ) | 17 ) |
| 17 | 18 |
| 18 add_dependencies(LLVMNaClTransforms intrinsics_gen) | 19 add_dependencies(LLVMNaClTransforms intrinsics_gen) |
| OLD | NEW |