[mips] Fix emission of '.option pic0' for MIPS-IV.
[oota-llvm.git] / test / CodeGen / SystemZ / fp-conv-10.ll
index 723d19d2a1de809dff6898b917ac028d71c6a2ab..b8155ed067dad1e7e4f6a0dd1815c6089a2908bb 100644 (file)
@@ -1,6 +1,6 @@
-; Test conversion of floating-point values to unsigned i32s.
+; Test conversion of floating-point values to unsigned i32s (z10 only).
 ;
-; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
+; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s
 
 ; z10 doesn't have native support for unsigned fp-to-i32 conversions;
 ; they were added in z196 as the Convert to Logical family of instructions.