fix some pointless layering violations.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98460 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2010-03-14 01:56:06 +00:00
parent 1611273351
commit 53d00241fb

View File

@ -24,8 +24,7 @@
#include "llvm/IntrinsicInst.h"
#include "llvm/Constants.h"
#include "llvm/GlobalVariable.h"
#include "llvm/Analysis/ValueTracking.h"
#include "llvm/CodeGen/MachineModuleInfo.h"
#include "llvm/Metadata.h"
using namespace llvm;
//===----------------------------------------------------------------------===//