Cost Model: change the default cost of control flow instructions (br / ret / ......
[oota-llvm.git] / test / Analysis / CostModel / X86 / cast.ll
index 75c97a781e7fad9766e0cc2c93f298259d06d6d3..cedc68259888fa9145f5c27a0d71e7ebe8994142 100644 (file)
@@ -28,7 +28,7 @@ define i32 @add(i32 %arg) {
   ;CHECK: cost of 0 {{.*}} trunc
   %H = trunc i32 undef to i1
 
-  ;CHECK: cost of 1 {{.*}} ret
+  ;CHECK: cost of 0 {{.*}} ret
   ret i32 undef
 }