Chris Lattner 5523fc1a1f new testcase
llvm-svn: 25897
2006-02-02 06:35:38 +00:00

9 lines
194 B
LLVM

; RUN: llvm-as < %s | llc -march=x86 &&
; RUN: llvm-as < %s | llc -march=x86 | not grep add
bool %X(int %X) {
%Y = add int %X, 14
%Z = setne int %Y, 12345
ret bool %Z
}