Minor change to reflect that ConstantHandling is now part of VMCore
llvm-svn: 2163
This commit is contained in:
parent
ef3e43714f
commit
8c9927e762
|
|
@ -30,8 +30,8 @@
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#ifndef LLVM_OPT_CONSTANTHANDLING_H
|
#ifndef LLVM_CONSTANTHANDLING_H
|
||||||
#define LLVM_OPT_CONSTANTHANDLING_H
|
#define LLVM_CONSTANTHANDLING_H
|
||||||
|
|
||||||
#include "llvm/ConstantVals.h"
|
#include "llvm/ConstantVals.h"
|
||||||
#include "llvm/Instruction.h"
|
#include "llvm/Instruction.h"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue