aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2011-05-03 17:49:58 -0700
committerPatrick Walton <[email protected]>2011-05-03 17:50:37 -0700
commit2bc17adc299ef0fcfbf7c41fc1ad12950ffd7e56 (patch)
treea743450c44cd8453080c8b55dd60bcdf0a399f2b /src/test
parentMore python portability fixes (for windows). (diff)
downloadrust-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/test')
-rw-r--r--src/test/bench/shootout/nbody.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/bench/shootout/nbody.rs b/src/test/bench/shootout/nbody.rs
index 505748a3..f2041c0e 100644
--- a/src/test/bench/shootout/nbody.rs
+++ b/src/test/bench/shootout/nbody.rs
@@ -2,7 +2,7 @@
// based on:
// http://shootout.alioth.debian.org/u32/benchmark.php?test=nbody&lang=java
-native "llvm-intrinsic" mod llvm {
+native "llvm" mod llvm {
fn sqrt(float n) -> float = "sqrt.f64";
}