diff options
author | Roman Divacky <rdivacky@FreeBSD.org> | 2009-11-19 08:59:28 +0000 |
---|---|---|
committer | Roman Divacky <rdivacky@FreeBSD.org> | 2009-11-19 08:59:28 +0000 |
commit | 7d4538633051e831f1cc83816886bbafaa0e770d (patch) | |
tree | bc7d702d3d7f66d1e9083201cc8327bc0d06a450 /test/CodeGen/Mips | |
parent | 907da171cc911d701da02a5cab898a9c49dd7724 (diff) | |
download | src-7d4538633051e831f1cc83816886bbafaa0e770d.tar.gz src-7d4538633051e831f1cc83816886bbafaa0e770d.zip |
Update LLVM to r89337.
Notes
Notes:
svn path=/vendor/llvm/dist/; revision=199511
Diffstat (limited to 'test/CodeGen/Mips')
-rw-r--r-- | test/CodeGen/Mips/2008-08-03-ReturnDouble.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/Mips/2008-08-03-ReturnDouble.ll b/test/CodeGen/Mips/2008-08-03-ReturnDouble.ll index 1244a3ed6054..c41d5213c178 100644 --- a/test/CodeGen/Mips/2008-08-03-ReturnDouble.ll +++ b/test/CodeGen/Mips/2008-08-03-ReturnDouble.ll @@ -1,7 +1,6 @@ ; Double return in abicall (default) ; RUN: llc < %s -march=mips ; PR2615 -; XFAIL: * define double @main(...) { entry: |