1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

unbreak the build, apparently without this transformutils starts depending on libipa?

llvm-svn: 94102
This commit is contained in:
Chris Lattner 2010-01-21 21:20:51 +00:00
parent 3f91babac8
commit 3547371b0b

View File

@ -13,6 +13,7 @@
//===----------------------------------------------------------------------===//
#include "llvm/Transforms/Utils/ValueMapper.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Constants.h"
#include "llvm/Function.h"
#include "llvm/Metadata.h"