[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelLowering.h AlphaRelocations.h
Chris Lattner
lattner at cs.uiuc.edu
Wed May 24 10:04:33 PDT 2006
Changes in directory llvm/lib/Target/Alpha:
AlphaISelLowering.h updated: 1.15 -> 1.16
AlphaRelocations.h updated: 1.2 -> 1.3
---
Log message:
Patches to make the LLVM sources more -pedantic clean. Patch provided
by Anton Korobeynikov! This is a step towards closing PR786: http://llvm.cs.uiuc.edu/PR786 .
---
Diffs of the changes: (+2 -2)
AlphaISelLowering.h | 2 +-
AlphaRelocations.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/lib/Target/Alpha/AlphaISelLowering.h
diff -u llvm/lib/Target/Alpha/AlphaISelLowering.h:1.15 llvm/lib/Target/Alpha/AlphaISelLowering.h:1.16
--- llvm/lib/Target/Alpha/AlphaISelLowering.h:1.15 Thu Mar 9 11:16:45 2006
+++ llvm/lib/Target/Alpha/AlphaISelLowering.h Wed May 24 12:04:04 2006
@@ -42,7 +42,7 @@
CALL,
/// DIVCALL - used for special library calls for div and rem
- DivCall,
+ DivCall
};
}
Index: llvm/lib/Target/Alpha/AlphaRelocations.h
diff -u llvm/lib/Target/Alpha/AlphaRelocations.h:1.2 llvm/lib/Target/Alpha/AlphaRelocations.h:1.3
--- llvm/lib/Target/Alpha/AlphaRelocations.h:1.2 Thu Jul 28 13:14:47 2005
+++ llvm/lib/Target/Alpha/AlphaRelocations.h Wed May 24 12:04:04 2006
@@ -23,7 +23,7 @@
reloc_gprellow,
reloc_gprelhigh,
reloc_gpdist,
- reloc_bsr,
+ reloc_bsr
};
}
}
More information about the llvm-commits
mailing list