aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--llvm/utils/gn/secondary/llvm/tools/llvm-reduce/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/gn/secondary/llvm/tools/llvm-reduce/BUILD.gn b/llvm/utils/gn/secondary/llvm/tools/llvm-reduce/BUILD.gn
index 135f331..73179a3 100644
--- a/llvm/utils/gn/secondary/llvm/tools/llvm-reduce/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/tools/llvm-reduce/BUILD.gn
@@ -37,6 +37,7 @@ executable("llvm-reduce") {
"deltas/ReduceRegisterUses.cpp",
"deltas/ReduceSpecialGlobals.cpp",
"deltas/ReduceVirtualRegisters.cpp",
+ "deltas/SimplifyInstructions.cpp",
"llvm-reduce.cpp",
]
}