From: Eric Christopher Date: Wed, 25 Aug 2010 19:28:39 +0000 (+0000) Subject: Fix header define to reflect the name of the file. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2177a04e24b8ed8a922c5cd7ad27463de85a47d2;p=oota-llvm.git Fix header define to reflect the name of the file. Patch by Adam Treat! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112077 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Analysis/LazyValueInfo.h b/include/llvm/Analysis/LazyValueInfo.h index a24769288a2..b2a3afbc986 100644 --- a/include/llvm/Analysis/LazyValueInfo.h +++ b/include/llvm/Analysis/LazyValueInfo.h @@ -12,8 +12,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLVM_ANALYSIS_LIVEVALUES_H -#define LLVM_ANALYSIS_LIVEVALUES_H +#ifndef LLVM_ANALYSIS_LAZYVALUEINFO_H +#define LLVM_ANALYSIS_LAZYVALUEINFO_H #include "llvm/Pass.h"