llvm-6502/test/inssel1.ll
Chris Lattner 808b9b6cdf Add new test cases
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@576 91177308-0d34-0410-b5e6-96231b3b80d8
2001-09-14 20:03:04 +00:00

9 lines
136 B
LLVM

implementation
void "foo"(int * %x, int * %y)
begin
; <label>:0 ;[#uses=0]
seteq int * %x, %y ; <bool>:0 [#uses=0]
ret void
end