Index: crosstest/test_vector_ops.ll |
diff --git a/crosstest/test_vector_ops.ll b/crosstest/test_vector_ops.ll |
index 07011b2f2e9b0d49e21ccae8696626631f0c5691..a7358ba67c4e1fbf437671bc78edba0ac5c471dd 100644 |
--- a/crosstest/test_vector_ops.ll |
+++ b/crosstest/test_vector_ops.ll |
@@ -1,5 +1,3 @@ |
-target triple = "i686-pc-linux-gnu" |
- |
define <4 x float> @insertelement_v4f32(<4 x float> %vec, float %elt, i32 %idx) { |
switch i32 %idx, label %abort [ |
i32 0, label %idx0 |