blob: 6116c2e71658686645271f5e09e59513feeb1b87 [file] [log] [blame]
Dan Gohman36a09472009-09-08 23:54:48 +00001; RUN: llc < %s -march=x86
Dan Gohman3a5797d2008-11-03 17:56:27 +00002
3define void @foo(i2011* %x, i2011* %y, i2011* %p) nounwind {
4 %a = load i2011* %x
5 %b = load i2011* %y
6 %c = add i2011 %a, %b
7 store i2011 %c, i2011* %p
8 ret void
9}