summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/ret-i64-0.ll
blob: be82129de21fd64de1cba0f85d8b5e6dd0236cc3 (plain)
1
2
3
4
5
; RUN: llc < %s -mtriple=i686-- | grep xor | count 2

define i64 @foo() nounwind {
  ret i64 0
}