Indentation fixes in builtins/

This commit is contained in:
Matt Pharr
2012-06-07 13:23:07 -07:00
parent 6f0a2686dc
commit 1d29991268
6 changed files with 18 additions and 17 deletions

View File

@@ -109,6 +109,7 @@ define <1 x i32> @__vselect_i32(<1 x i32>, <1 x i32> ,
ret <1 x i32> %r
}
define <1 x i64> @__vselect_i64(<1 x i64>, <1 x i64> ,
<1 x i32> %mask) nounwind readnone alwaysinline {
; %newmask = zext <1 x i32> %mask to <1 x i64>