forked from OSchip/llvm-project
parent
07f7574ba3
commit
f68f40ea42
|
@ -15,6 +15,7 @@
|
|||
#include "llvm/Transforms/Utils/Local.h"
|
||||
#include "llvm/Constants.h"
|
||||
#include "llvm/Instructions.h"
|
||||
#include <cerrno>
|
||||
#include <cmath>
|
||||
using namespace llvm;
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
#include "Support/FileUtilities.h"
|
||||
#include "Support/Signals.h"
|
||||
#include <cctype>
|
||||
#include <cerrno>
|
||||
#include <cstring>
|
||||
|
||||
using namespace llvm;
|
||||
|
|
Loading…
Reference in New Issue