summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/tls3.ll
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-1/+1
| | | | llvm-svn: 81293
* [ARM] Fix code generation for:Lauro Ramos Venancio2007-11-051-0/+11
static __thread struct { int a; int b; } teste = {0, 0}; llvm-svn: 43722
OpenPOWER on IntegriCloud