Some codestyle changes

This commit is contained in:
Vsevolod Livinskiy
2015-03-05 18:04:39 +03:00
parent f0aa481a2a
commit f92d351cf0
20 changed files with 272 additions and 272 deletions

View File

@@ -110,8 +110,8 @@
define(`PTR_OP_ARGS',
ifelse(LLVM_VERSION, LLVM_3_7,
``$1 , $1 * $2'',
``$1 * $2''
``$1 , $1 *'',
``$1 *''
)
)
@@ -173,7 +173,7 @@ declare void @abort() noreturn nounwind
define void @__set_system_isa() {
entry:
%bi = load PTR_OP_ARGS(`i32 ',` @__system_best_isa')
%bi = load PTR_OP_ARGS(`i32 ') @__system_best_isa
%unset = icmp eq i32 %bi, -1
br i1 %unset, label %set_system_isa, label %done