OSDN Git Service

android: [InstCombine] Introducing Aggressive Instruction Combine pass
[android-x86/external-llvm-project.git] / llvm / lib / Transforms / AggressiveInstCombine / Android.bp
1 cc_library_static {
2     name: "libLLVMAggressiveInstCombine",
3     defaults: [
4         "llvm-lib-defaults",
5     ],
6     srcs: ["*.cpp"],
7 }