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

@@ -398,7 +398,7 @@ define double @__reduce_max_double(<8 x double>) nounwind readnone {
}
define <4 x i64> @__add_varying_int64(<4 x i64>,
<4 x i64>) nounwind readnone alwaysinline {
<4 x i64>) nounwind readnone alwaysinline {
%r = add <4 x i64> %0, %1
ret <4 x i64> %r
}