[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/Altivec/alti.stepfft.c

Chris Lattner sabre at nondot.org
Tue Apr 10 16:51:45 PDT 2007



Changes in directory llvm-test/SingleSource/UnitTests/Vector/Altivec:

alti.stepfft.c updated: 1.3 -> 1.4
---
Log message:

new testcase


---
Diffs of the changes:  (+0 -1)

 alti.stepfft.c |    1 -
 1 files changed, 1 deletion(-)


Index: llvm-test/SingleSource/UnitTests/Vector/Altivec/alti.stepfft.c
diff -u llvm-test/SingleSource/UnitTests/Vector/Altivec/alti.stepfft.c:1.3 llvm-test/SingleSource/UnitTests/Vector/Altivec/alti.stepfft.c:1.4
--- llvm-test/SingleSource/UnitTests/Vector/Altivec/alti.stepfft.c:1.3	Tue Apr  4 13:56:15 2006
+++ llvm-test/SingleSource/UnitTests/Vector/Altivec/alti.stepfft.c	Tue Apr 10 18:51:25 2007
@@ -76,7 +76,6 @@
 float x[][2],y[][2],w[][2],sign;
 {
    int jb, m, j, mj, tgle;
-   void ccopy(),step();
    m    = (int) (log((float) n)/log(1.99));
    mj   = 1;
    tgle = 1;  /* toggling switch for work array */






More information about the llvm-commits mailing list