Minor change to reflect that ConstantHandling is now part of VMCore

llvm-svn: 2163
This commit is contained in:
Chris Lattner 2002-04-08 20:15:12 +00:00
parent ef3e43714f
commit 8c9927e762
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@
//
//===----------------------------------------------------------------------===//
#ifndef LLVM_OPT_CONSTANTHANDLING_H
#define LLVM_OPT_CONSTANTHANDLING_H
#ifndef LLVM_CONSTANTHANDLING_H
#define LLVM_CONSTANTHANDLING_H
#include "llvm/ConstantVals.h"
#include "llvm/Instruction.h"