diff options
| author | Patrick Walton <[email protected]> | 2011-05-03 17:49:58 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-05-03 17:50:37 -0700 |
| commit | 2bc17adc299ef0fcfbf7c41fc1ad12950ffd7e56 (patch) | |
| tree | a743450c44cd8453080c8b55dd60bcdf0a399f2b /src/comp/pretty | |
| parent | More python portability fixes (for windows). (diff) | |
| download | rust-2bc17adc299ef0fcfbf7c41fc1ad12950ffd7e56.tar.xz rust-2bc17adc299ef0fcfbf7c41fc1ad12950ffd7e56.zip | |
Revert "Rename the "llvm" API to "llvm-intrinsic"" due to tinderbox bustage
This reverts commit 6871c245a67fab222eccc2a21dcb620d11d3b0d0.
Diffstat (limited to 'src/comp/pretty')
| -rw-r--r-- | src/comp/pretty/pprust.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/comp/pretty/pprust.rs b/src/comp/pretty/pprust.rs index 1f84e18a..7ef91ce8 100644 --- a/src/comp/pretty/pprust.rs +++ b/src/comp/pretty/pprust.rs @@ -229,7 +229,6 @@ fn print_item(ps s, @ast.item item) { wrd1(s, "native"); alt (nmod.abi) { case (ast.native_abi_rust) {wrd1(s, "\"rust\"");} - case (ast.native_abi_llvm) {wrd1(s, "\"llvm-intrinsic\"");} case (ast.native_abi_cdecl) {wrd1(s, "\"cdecl\"");} } wrd1(s, "mod"); |