2005-04-09 00:46:44 +08:00
|
|
|
; Make sure this testcase codegens to the lda -1 instruction
|
2007-04-16 02:40:57 +08:00
|
|
|
; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha | grep {\\-1}
|
2005-04-09 00:46:44 +08:00
|
|
|
|
|
|
|
implementation ; Functions:
|
|
|
|
|
|
|
|
long %bar() {
|
|
|
|
entry:
|
|
|
|
ret long -1
|
|
|
|
}
|