diff options
author | Alkis Evlogimenos <alkis@evlogimenos.com> | 2004-07-29 12:17:34 +0000 |
---|---|---|
committer | Alkis Evlogimenos <alkis@evlogimenos.com> | 2004-07-29 12:17:34 +0000 |
commit | fd7a2d44779d8532b1f6df72778e9eabe475c6b4 (patch) | |
tree | 5fdc5c389a6d4d3eeed35793ab70b0b1571c5473 /llvm/lib/VMCore/iBranch.cpp | |
parent | c21acbfea49a75a514dd4027526cf45276dc192b (diff) | |
download | bcm5719-llvm-fd7a2d44779d8532b1f6df72778e9eabe475c6b4.tar.gz bcm5719-llvm-fd7a2d44779d8532b1f6df72778e9eabe475c6b4.zip |
Merge i*.h headers into Instructions.h as part of bug403.
llvm-svn: 15325
Diffstat (limited to 'llvm/lib/VMCore/iBranch.cpp')
-rw-r--r-- | llvm/lib/VMCore/iBranch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/iBranch.cpp b/llvm/lib/VMCore/iBranch.cpp index e0bdcf7d18a..b2e0f29a967 100644 --- a/llvm/lib/VMCore/iBranch.cpp +++ b/llvm/lib/VMCore/iBranch.cpp @@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -#include "llvm/iTerminators.h" +#include "llvm/Instructions.h" #include "llvm/BasicBlock.h" #include "llvm/Type.h" using namespace llvm; |