Add a flag to mark a dirty cache entry. This is not yet used, but will eventually
[oota-llvm.git] / include / llvm / Analysis / LoadValueNumbering.h
index 6218133a51343cb3d831c17e3c395d0d25efb772..b92459583d7d1569e12348b7a27f1027ad31482f 100644 (file)
@@ -1,10 +1,10 @@
 //===- llvm/Analysis/LoadValueNumbering.h - Value # Load Insts --*- C++ -*-===//
-// 
+//
 //                     The LLVM Compiler Infrastructure
 //
 // This file was developed by the LLVM research group and is distributed under
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
-// 
+//
 //===----------------------------------------------------------------------===//
 //
 // This file defines a value numbering pass that value #'s load instructions.
 
 namespace llvm {
 
-class Pass;
+class FunctionPass;
 
 /// createLoadValueNumberingPass - Create and return a new pass that implements
 /// the ValueNumbering interface.
 ///
-Pass *createLoadValueNumberingPass();
+FunctionPass *createLoadValueNumberingPass();
 
 } // End llvm namespace