[llvm-commits] CVS: llvm/test/Regression/CFrontend/2005-12-04-AttributeUsed.c

2006-09-29 Thread Chris Lattner
Changes in directory llvm/test/Regression/CFrontend: 2005-12-04-AttributeUsed.c updated: 1.2 -> 1.3 --- Log message: Adjust this to the wonky syntax that GCC expects. --- Diffs of the changes: (+1 -2) 2005-12-04-AttributeUsed.c |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-)

[llvm-commits] CVS: llvm/test/Regression/CFrontend/2005-12-04-AttributeUsed.c

2006-09-28 Thread Reid Spencer
Changes in directory llvm/test/Regression/CFrontend: 2005-12-04-AttributeUsed.c updated: 1.1 -> 1.2 --- Log message: Use the -emit-llvm switch to generate LLVM assembly that can be parsed by the test case. --- Diffs of the changes: (+1 -1) 2005-12-04-AttributeUsed.c |2 +- 1 files cha

[llvm-commits] CVS: llvm/test/Regression/CFrontend/2005-12-04-AttributeUsed.c

2005-12-04 Thread Chris Lattner
Changes in directory llvm/test/Regression/CFrontend: 2005-12-04-AttributeUsed.c added (r1.1) --- Log message: New testcase for PR660: http://llvm.cs.uiuc.edu/PR660 --- Diffs of the changes: (+8 -0) 2005-12-04-AttributeUsed.c |8 1 files changed, 8 insertions(+) Index: llvm/