forked from OSchip/llvm-project
parent
0b17b45a96
commit
5dcd5c8896
|
@ -6,5 +6,5 @@ implementation ; Functions:
|
||||||
long %bar(long %x) {
|
long %bar(long %x) {
|
||||||
entry:
|
entry:
|
||||||
%tmp.1 = and long %x, 255 ; <long> [#uses=1]
|
%tmp.1 = and long %x, 255 ; <long> [#uses=1]
|
||||||
ret long %tmp.2
|
ret long %tmp.1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue