[llvm-commits] [llvm] r164230 - /llvm/trunk/include/llvm/Transforms/Utils/IntegerDivision.h
Michael Ilseman
milseman at apple.com
Wed Sep 19 08:55:04 PDT 2012
Author: milseman
Date: Wed Sep 19 10:55:03 2012
New Revision: 164230
URL: http://llvm.org/viewvc/llvm-project?rev=164230&view=rev
Log:
Forward declarations
Modified:
llvm/trunk/include/llvm/Transforms/Utils/IntegerDivision.h
Modified: llvm/trunk/include/llvm/Transforms/Utils/IntegerDivision.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Transforms/Utils/IntegerDivision.h?rev=164230&r1=164229&r2=164230&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Transforms/Utils/IntegerDivision.h (original)
+++ llvm/trunk/include/llvm/Transforms/Utils/IntegerDivision.h Wed Sep 19 10:55:03 2012
@@ -18,6 +18,10 @@
#define TRANSFORMS_UTILS_INTEGERDIVISION_H
namespace llvm {
+ class BinaryOperator;
+}
+
+namespace llvm {
bool expandDivision(BinaryOperator* Div);
More information about the llvm-commits
mailing list