summaryrefslogtreecommitdiffstats
path: root/include/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm')
-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 531ef13..a8008ee 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);