blob: 358ee59c95a5151140b0e2f2d8d4ddab0e5eb5ad [file] [log] [blame]
Dan Gohman0a063102009-09-08 23:54:48 +00001; RUN: llc < %s -march=x86 | not grep add
Tanya Lattner632e88a2008-02-21 07:42:26 +00002
3define i1 @X(i32 %X) {
4 %Y = add i32 %X, 14 ; <i32> [#uses=1]
5 %Z = icmp ne i32 %Y, 12345 ; <i1> [#uses=1]
6 ret i1 %Z
Dan Gohmanf17a25c2007-07-18 16:29:46 +00007}
8