OSDN Git Service

Fix copy-and-paste-o.
authorOwen Anderson <resistor@mac.com>
Fri, 10 Oct 2008 08:53:07 +0000 (08:53 +0000)
committerOwen Anderson <resistor@mac.com>
Fri, 10 Oct 2008 08:53:07 +0000 (08:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57343 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/EscapeAnalysis.h

index 085028d..0befb31 100644 (file)
@@ -11,8 +11,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_ANALYSIS_LOOPVR_H
-#define LLVM_ANALYSIS_LOOPVR_H
+#ifndef LLVM_ANALYSIS_ESCAPEANALYSIS_H
+#define LLVM_ANALYSIS_ESCAPEANALYSIS_H
 
 #include "llvm/Pass.h"
 #include "llvm/Instructions.h"