Regression tests for PR258 and PR259.
authorJohn Criswell <criswell@uiuc.edu>
Thu, 26 Feb 2004 22:55:11 +0000 (22:55 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Thu, 26 Feb 2004 22:55:11 +0000 (22:55 +0000)
commit726f0b8d36df8079f5c018928f93068792d08135
tree5b90b9079424d90754f9cef573f7ce9a92e6f4a7
parent3799eec3cfbcff0bbd7bcf2539dba52aa9af58e4
Regression tests for PR258 and PR259.
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
test/CodeGen/CBackend/2004-02-26-FPNotPrintableConstants.llx [new file with mode: 0644]
test/CodeGen/CBackend/2004-02-26-LinkOnceFunctions.llx [new file with mode: 0644]