Add header file I accidentally removed in teh shuffle

llvm-svn: 10795
This commit is contained in:
Chris Lattner 2004-01-12 19:15:20 +00:00
parent 9eb2b527ad
commit d7ccc9e5a5
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include "llvm/Transforms/Scalar.h"
#include "llvm/Transforms/Utils/Local.h"
#include "llvm/Constant.h"
#include "llvm/Instruction.h"
#include "llvm/Pass.h"
#include "llvm/Support/InstIterator.h"