aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/X86/ret-i64-0.ll
blob: c281de0a504a4dd47ff55ec81a8f25020eb090c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc < %s -mtriple=i686-- | FileCheck %s

define i64 @foo() nounwind {
; CHECK-LABEL: foo:
; CHECK:       # %bb.0:
; CHECK-NEXT:    xorl %eax, %eax
; CHECK-NEXT:    xorl %edx, %edx
; CHECK-NEXT:    retl
  ret i64 0
}