aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/CBackend/2004-02-26-FPNotPrintableConstants.llx
Commit message (Collapse)AuthorAgeFilesLines
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-191-5/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47296 91177308-0d34-0410-b5e6-96231b3b80d8
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32115 91177308-0d34-0410-b5e6-96231b3b80d8
* Added another test case for double FP constants as well.Reid Spencer2004-07-261-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15233 91177308-0d34-0410-b5e6-96231b3b80d8
* Update testChris Lattner2004-07-261-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15228 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed test case to actually check for the static declaration.John Criswell2004-02-261-2/+1
| | | | | | | Oops. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11886 91177308-0d34-0410-b5e6-96231b3b80d8
* Regression tests for PR258 and PR259.John Criswell2004-02-261-0/+8
2004-02-26-FPNotPrintableConstants.llx ensures that constants used in an LLVM program are declared static if they are assigned to global variables. 2004-02-26-LinkOnceFunctions.llx ensures that linkonce functions get the weak attribute. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11885 91177308-0d34-0410-b5e6-96231b3b80d8