[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaTargetMachine.h
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Tue Feb 1 12:35:24 PST 2005
Changes in directory llvm/lib/Target/Alpha:
AlphaTargetMachine.h updated: 1.3 -> 1.4
---
Log message:
try to match alpha pattern
---
Diffs of the changes: (+2 -1)
AlphaTargetMachine.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/lib/Target/Alpha/AlphaTargetMachine.h
diff -u llvm/lib/Target/Alpha/AlphaTargetMachine.h:1.3 llvm/lib/Target/Alpha/AlphaTargetMachine.h:1.4
--- llvm/lib/Target/Alpha/AlphaTargetMachine.h:1.3 Mon Jan 24 13:44:07 2005
+++ llvm/lib/Target/Alpha/AlphaTargetMachine.h Tue Feb 1 14:35:11 2005
@@ -38,7 +38,8 @@
}
virtual bool addPassesToEmitAssembly(PassManager &PM, std::ostream &Out);
-
+
+ static unsigned getModuleMatchQuality(const Module &M);
};
} // end namespace llvm
More information about the llvm-commits
mailing list