Forward declarations

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164230 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Michael Ilseman 2012-09-19 15:55:03 +00:00
parent 7c894691ef
commit 4c8f2dd6ab

View File

@ -17,6 +17,10 @@
#ifndef TRANSFORMS_UTILS_INTEGERDIVISION_H
#define TRANSFORMS_UTILS_INTEGERDIVISION_H
namespace llvm {
class BinaryOperator;
}
namespace llvm {
bool expandDivision(BinaryOperator* Div);