diff options
| author | Patrick Walton <[email protected]> | 2011-05-03 15:55:01 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-05-03 15:55:01 -0700 |
| commit | 6871c245a67fab222eccc2a21dcb620d11d3b0d0 (patch) | |
| tree | 69fbc94f6f4d696f5a7eb69ba65028da09b15d02 /src/test | |
| parent | rustc: Refactor metadata.Encode.* to not require a type abbreviation table if... (diff) | |
| download | rust-6871c245a67fab222eccc2a21dcb620d11d3b0d0.tar.xz rust-6871c245a67fab222eccc2a21dcb620d11d3b0d0.zip | |
Rename the "llvm" API to "llvm-intrinsic"
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/bench/shootout/nbody.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/bench/shootout/nbody.rs b/src/test/bench/shootout/nbody.rs index f2041c0e..505748a3 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" mod llvm { +native "llvm-intrinsic" mod llvm { fn sqrt(float n) -> float = "sqrt.f64"; } |