diff options
Diffstat (limited to 'llvm/lib/IR/Statepoint.cpp')
-rw-r--r-- | llvm/lib/IR/Statepoint.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/IR/Statepoint.cpp b/llvm/lib/IR/Statepoint.cpp index a04f6738dcb..270c0166ebb 100644 --- a/llvm/lib/IR/Statepoint.cpp +++ b/llvm/lib/IR/Statepoint.cpp @@ -13,9 +13,8 @@ #include "llvm/IR/Function.h" #include "llvm/IR/Constant.h" #include "llvm/IR/Constants.h" -#include "llvm/Support/CommandLine.h" - #include "llvm/IR/Statepoint.h" +#include "llvm/Support/CommandLine.h" using namespace std; using namespace llvm; |