Bug 21610: Canonicalize min/max fcmp selects to use ordered comparisons
[oota-llvm.git] / test / CodeGen / Mips / gpreg-lazy-binding.ll
index 88e596b3bb0db3800304cf00c2860b7d8769da21..3a636d82533f437e145b3b89f79364dbb83bc442 100644 (file)
@@ -25,3 +25,11 @@ entry:
   ret void
 }
 
+define void @no_lazy(void (i32)* %pf) {
+
+; CHECK-LABEL:  no_lazy
+; CHECK-NOT:    gp_disp
+
+  tail call void %pf(i32 1)
+  ret void
+}