forked from OSchip/llvm-project
parent
3022b1bc2c
commit
5b460d2ad7
|
@ -14,8 +14,11 @@
|
|||
#ifndef LLVM_TRANSFORMS_UTILS_FUNCTION_H
|
||||
#define LLVM_TRANSFORMS_UTILS_FUNCTION_H
|
||||
|
||||
#include <vector>
|
||||
|
||||
namespace llvm {
|
||||
|
||||
class BasicBlock;
|
||||
class Function;
|
||||
class Loop;
|
||||
|
||||
|
|
Loading…
Reference in New Issue