summaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Utils
diff options
context:
space:
mode:
authorMichael Ilseman <milseman@apple.com>2012-09-19 15:55:03 +0000
committerMichael Ilseman <milseman@apple.com>2012-09-19 15:55:03 +0000
commit4c8f2dd6ab5b877de63568b56d542f845a8a3ca8 (patch)
treee1e9e57559aa096f9a734f820dcb1a935f70ebc5 /include/llvm/Transforms/Utils
parent7c894691ef8a36e089bc602d1b22130c44881772 (diff)
downloadllvm-4c8f2dd6ab5b877de63568b56d542f845a8a3ca8.tar.gz
llvm-4c8f2dd6ab5b877de63568b56d542f845a8a3ca8.tar.bz2
llvm-4c8f2dd6ab5b877de63568b56d542f845a8a3ca8.tar.xz
Forward declarations
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164230 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Transforms/Utils')
-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);