[PM] Cleanup a place where I forgot to update the header guards when
authorChandler Carruth <chandlerc@gmail.com>
Mon, 5 Jan 2015 03:03:31 +0000 (03:03 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 5 Jan 2015 03:03:31 +0000 (03:03 +0000)
renaming a file from AssumptionTracker.h to AssumptionCache.h.

Thanks to Philip Reames for noticing and pointing it out in code review!

llvm-svn: 225146

llvm/include/llvm/Analysis/AssumptionCache.h

index 2199fb1..b129e67 100644 (file)
@@ -13,8 +13,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_ANALYSIS_ASSUMPTIONTRACKER_H
-#define LLVM_ANALYSIS_ASSUMPTIONTRACKER_H
+#ifndef LLVM_ANALYSIS_ASSUMPTIONCACHE_H
+#define LLVM_ANALYSIS_ASSUMPTIONCACHE_H
 
 #include "llvm/ADT/ArrayRef.h"
 #include "llvm/ADT/DenseMap.h"