this code won't assemble on sparc

Hi,

I'm not sure what I'm doing wrong here. With the single source file
attached to this email, I tried the following commands:

llvmgcc -o timeLLVMfft timeLLVMfft.c -lm
llc -o timeLLVMfft.s timeLLVMfft.bc
/opt/SUNWspro/bin/cc -xarch=v9 -o timeLLVMfft.sparc timeLLVMfft.s

I got the errors at the bottom of this email in response to the last
command. On the other hand, gcc v2.95.3 had no problem compiling this
code. Any idea what's wrong?

Thanks,
- Nick

timeLLVMfft.tgz (2.24 KB)

This problem is now fixed, along with 2 other bug fixes to llc (one
caused llc to die occasionally and another that could produce incorrect
results):
  
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20030721/0052
34.html
  
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20030721/0052
38.html
  
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20030721/0052
39.html

--Vikram
http://www.cs.uiuc.edu/~vadve