1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Don't need to include IntrinsicInst.h any more

llvm-svn: 94092
This commit is contained in:
Victor Hernandez 2010-01-21 19:33:59 +00:00
parent 3a31114cf9
commit 507d86fcbb

View File

@ -16,7 +16,6 @@
#include "llvm/DerivedTypes.h" // For getNullValue(Type::Int32Ty)
#include "llvm/Constants.h"
#include "llvm/Function.h"
#include "llvm/IntrinsicInst.h"
#include "llvm/Metadata.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/Support/ErrorHandling.h"