1 ; RUN: llc < %s -march=c | not grep -- --65535
4 target datalayout = "e-p:32:32"
5 target triple = "i686-pc-linux-gnu"
7 declare void @func(i32)
11 %tmp.1 = sub i32 0, -65535 ; <i32> [#uses=1]
12 call void @func( i32 %tmp.1 )
15 return: ; preds = %entry