From 7c14a558fe59ca86925f6a28f1f07c69490efdd8 Mon Sep 17 00:00:00 2001 From: Jay Foad Date: Mon, 11 Apr 2011 09:35:34 +0000 Subject: Don't include Operator.h from InstrTypes.h. llvm-svn: 129271 --- llvm/lib/Analysis/PHITransAddr.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/Analysis/PHITransAddr.cpp') diff --git a/llvm/lib/Analysis/PHITransAddr.cpp b/llvm/lib/Analysis/PHITransAddr.cpp index 93da5a48518..70dcd0df242 100644 --- a/llvm/lib/Analysis/PHITransAddr.cpp +++ b/llvm/lib/Analysis/PHITransAddr.cpp @@ -12,6 +12,7 @@ //===----------------------------------------------------------------------===// #include "llvm/Analysis/PHITransAddr.h" +#include "llvm/Constants.h" #include "llvm/Instructions.h" #include "llvm/Analysis/Dominators.h" #include "llvm/Analysis/InstructionSimplify.h" -- cgit v1.2.3