New LLVM IR load instruction

This commit is contained in:
Vsevolod Livinskiy
2015-03-05 15:53:56 +03:00
parent 29859e81ba
commit a216b2bb9c
20 changed files with 197 additions and 197 deletions

View File

@@ -160,7 +160,7 @@ declare void @abort() noreturn nounwind
define void @__set_system_isa() {
entry:
%bi = load 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