"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "14b02848a3607bdf7ad12375c7d99f7019650967"
-
Chris Lattner authored
now compile: static unsigned long X; void test1() { X = 0; } into: _test1: lis r2, ha16(_X) li r3, 0 stw r3, lo16(_X)(r2) blr Totally amazing :) llvm-svn: 28839
a5190ae7
Loading