Index: crosstest/test_arith_frem.ll |
diff --git a/crosstest/test_arith_frem.ll b/crosstest/test_arith_frem.ll |
index bb0590d0eb879a8beeee00b20da992039bd83b8c..42114d4fbc88e1e70cd1a84462a874b1e4cdbc90 100644 |
--- a/crosstest/test_arith_frem.ll |
+++ b/crosstest/test_arith_frem.ll |
@@ -1,5 +1,3 @@ |
-target triple = "i686-pc-linux-gnu" |
- |
define float @_Z6myFremff(float %a, float %b) { |
%rem = frem float %a, %b |
ret float %rem |