From: Chris Lattner Date: Sat, 29 Jan 2005 19:27:28 +0000 (+0000) Subject: Unbreak the build :( X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ea622d53e2dca5f85cb605a993a8d05e7529067a;p=oota-llvm.git Unbreak the build :( git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19926 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Alpha/AlphaRegisterInfo.cpp b/lib/Target/Alpha/AlphaRegisterInfo.cpp index cfa8e6f1812..705b849984b 100644 --- a/lib/Target/Alpha/AlphaRegisterInfo.cpp +++ b/lib/Target/Alpha/AlphaRegisterInfo.cpp @@ -13,7 +13,6 @@ #define DEBUG_TYPE "reginfo" #include "Alpha.h" -#include "AlphaInstrBuilder.h" #include "AlphaRegisterInfo.h" #include "llvm/Constants.h" #include "llvm/Type.h"