aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/Transforms/Utils/IntegerDivision.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/llvm/Transforms/Utils/IntegerDivision.h b/include/llvm/Transforms/Utils/IntegerDivision.h
index 531ef139dc..a8008ee066 100644
--- a/include/llvm/Transforms/Utils/IntegerDivision.h
+++ b/include/llvm/Transforms/Utils/IntegerDivision.h
@@ -18,6 +18,10 @@
#define TRANSFORMS_UTILS_INTEGERDIVISION_H
namespace llvm {
+ class BinaryOperator;
+}
+
+namespace llvm {
bool expandDivision(BinaryOperator* Div);