Change hw6 to an unsolved version.
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
parent
0c04936ccf
commit
ee01a8f5b2
186 changed files with 9605 additions and 4019 deletions
10
hw6/llprograms/reed_nate_opt.ll
Normal file
10
hw6/llprograms/reed_nate_opt.ll
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
define i64 @program(i64 %argc, i8** %arcv) {
|
||||
br i1 0, label %l1, label %l2
|
||||
l1:
|
||||
br i1 1, label %l2, label %l3
|
||||
l2:
|
||||
ret i64 2500
|
||||
l3:
|
||||
ret i64 0
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue