Fix header define to reflect the name of the file.

Patch by Adam Treat!

llvm-svn: 112077
This commit is contained in:
Eric Christopher 2010-08-25 19:28:39 +00:00
parent 237e4ecafb
commit 9e944af2f8
1 changed files with 2 additions and 2 deletions

View 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"