Revert "Rename the "llvm" API to "llvm-intrinsic"" due to tinderbox bustage

This reverts commit 6871c245a6.
This commit is contained in:
Patrick Walton 2011-05-03 17:49:58 -07:00
parent b81897d7e4
commit 2bc17adc29
3 changed files with 2 additions and 3 deletions

View file

@ -2013,7 +2013,7 @@ fn parse_item_native_mod(parser p) -> @ast.item {
if (_str.eq(t, "cdecl")) {
} else if (_str.eq(t, "rust")) {
abi = ast.native_abi_rust;
} else if (_str.eq(t, "llvm-intrinsic")) {
} else if (_str.eq(t, "llvm")) {
abi = ast.native_abi_llvm;
} else {
p.err("unsupported abi: " + t);