Fix header define to reflect the name of the file.
authorEric Christopher <echristo@apple.com>
Wed, 25 Aug 2010 19:28:39 +0000 (19:28 +0000)
committerEric Christopher <echristo@apple.com>
Wed, 25 Aug 2010 19:28:39 +0000 (19:28 +0000)
Patch by Adam Treat!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112077 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/LazyValueInfo.h

index a24769288a2d9c1e8e264c14a2e2c64deb546ea1..b2a3afbc986a9831fb08757fc4e626ab86c0a7ce 100644 (file)
@@ -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"