forked from OSchip/llvm-project
Fix header define to reflect the name of the file.
Patch by Adam Treat! llvm-svn: 112077
This commit is contained in:
parent
237e4ecafb
commit
9e944af2f8
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue