Forward declarations
authorMichael Ilseman <milseman@apple.com>
Wed, 19 Sep 2012 15:55:03 +0000 (15:55 +0000)
committerMichael Ilseman <milseman@apple.com>
Wed, 19 Sep 2012 15:55:03 +0000 (15:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164230 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/Utils/IntegerDivision.h

index 531ef139dc51fb2b2ce4a4fbddb4b22f17c74745..a8008ee066d745dfe2f037acdd0665ef24458a57 100644 (file)
 #ifndef TRANSFORMS_UTILS_INTEGERDIVISION_H
 #define TRANSFORMS_UTILS_INTEGERDIVISION_H
 
+namespace llvm {
+  class BinaryOperator;
+}
+
 namespace llvm {
 
   bool expandDivision(BinaryOperator* Div);