summaryrefslogtreecommitdiffstats
path: root/llvm/test/Feature/constpointer.ll
Commit message (Collapse)AuthorAgeFilesLines
* Make "@name =" mandatory for globals in .ll files.Rafael Espindola2016-05-101-4/+4
| | | | | | | | | | | | | | | | | | | | | | | An oddity of the .ll syntax is that the "@var = " in @var = global i32 42 is optional. Writing just global i32 42 is equivalent to @0 = global i32 42 This means that there is a pretty big First set at the top level. The current implementation maintains it manually. I was trying to refactor it, but then started wondering why keep it a all. I personally find the above syntax confusing. It looks like something is missing. This patch removes the feature and simplifies the parser. llvm-svn: 269096
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-011-15/+13
| | | | llvm-svn: 47784
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-1/+1
| | | | llvm-svn: 32115
* Added RUN lines and dejagnu support for Feature dir.Tanya Lattner2004-11-071-0/+4
| | | | llvm-svn: 17568
* Minor additions.Vikram S. Adve2002-07-141-0/+6
| | | | llvm-svn: 2903
* New testcase for testing constant pointers to globalsChris Lattner2001-10-131-0/+23
llvm-svn: 784
OpenPOWER on IntegriCloud