blob: 69e4c1d011f6fd99bb2ee973cb0b21ae10bc3f9b [file] [log] [blame]
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep ESP | not grep sub
int %test(int %X) {
ret int %X
}