[llvm-commits] CVS: llvm/test/Regression/CodeGen/ARM/arm-asm.ll

2006-12-29 Thread Reid Spencer
Changes in directory llvm/test/Regression/CodeGen/ARM: arm-asm.ll updated: 1.1 -> 1.2 --- Log message: Update tests that need to be run through llvm-upgrade. This is necessary for upcoming changes to the llvm assembly grammar. --- Diffs of the changes: (+1 -1) arm-asm.ll |2 +- 1 files

[llvm-commits] CVS: llvm/test/Regression/CodeGen/ARM/arm-asm.ll

2006-12-05 Thread Rafael Espindola
Changes in directory llvm/test/Regression/CodeGen/ARM: arm-asm.ll added (r1.1) --- Log message: add support for the "r" asm constraint patch by Lauro Ramos Venancio --- Diffs of the changes: (+7 -0) arm-asm.ll |7 +++ 1 files changed, 7 insertions(+) Index: llvm/test/Regression/C