blob: d3d7668a394e909e905aec35844ca9b6c2f998dc [file] [log] [blame]
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | not grep add
bool %X(int %X) {
%Y = add int %X, 14
%Z = setne int %Y, 12345
ret bool %Z
}