JIT support has been added awhile ago.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216819 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Brad Smith 2014-08-30 14:52:34 +00:00
parent bd896c1b25
commit 7ee57ccbc6

View File

@ -56,6 +56,4 @@ int %t1(int %a, int %b) {
leaf fns.
* Fill delay slots
* Implement JIT support
* Use %g0 directly to materialize 0. No instruction is required.