diff options
author | Brad Smith <brad@comstyle.com> | 2014-08-30 14:52:34 +0000 |
---|---|---|
committer | Brad Smith <brad@comstyle.com> | 2014-08-30 14:52:34 +0000 |
commit | e98cdf9b773f7bce3531345cfda1fa1eedf2fca7 (patch) | |
tree | 2220124ac24037d53ce380955cbe76f0ed4de34f /llvm/lib/Target/Sparc | |
parent | a3708df41a33f484a88feec5a87937db857ec010 (diff) | |
download | bcm5719-llvm-e98cdf9b773f7bce3531345cfda1fa1eedf2fca7.tar.gz bcm5719-llvm-e98cdf9b773f7bce3531345cfda1fa1eedf2fca7.zip |
JIT support has been added awhile ago.
llvm-svn: 216819
Diffstat (limited to 'llvm/lib/Target/Sparc')
-rw-r--r-- | llvm/lib/Target/Sparc/README.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/Sparc/README.txt b/llvm/lib/Target/Sparc/README.txt index 34e68cfa78f..647c2763e52 100644 --- a/llvm/lib/Target/Sparc/README.txt +++ b/llvm/lib/Target/Sparc/README.txt @@ -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. |