[llvm-commits] CVS: llvm/include/llvm/CodeGen/AsmPrinter.h
Anton Korobeynikov
asl at math.spbu.ru
Wed Apr 25 07:28:00 PDT 2007
Changes in directory llvm/include/llvm/CodeGen:
AsmPrinter.h updated: 1.62 -> 1.63
---
Log message:
Implement aliases. This fixes PR1017: http://llvm.org/PR1017 and it's dependent bugs. CFE part
will follow.
---
Diffs of the changes: (+1 -0)
AsmPrinter.h | 1 +
1 files changed, 1 insertion(+)
Index: llvm/include/llvm/CodeGen/AsmPrinter.h
diff -u llvm/include/llvm/CodeGen/AsmPrinter.h:1.62 llvm/include/llvm/CodeGen/AsmPrinter.h:1.63
--- llvm/include/llvm/CodeGen/AsmPrinter.h:1.62 Wed Feb 21 16:47:38 2007
+++ llvm/include/llvm/CodeGen/AsmPrinter.h Wed Apr 25 09:27:10 2007
@@ -24,6 +24,7 @@
class Constant;
class ConstantArray;
class GlobalVariable;
+ class GlobalAlias;
class MachineConstantPoolEntry;
class MachineConstantPoolValue;
class Mangler;
More information about the llvm-commits
mailing list