1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple=x86_64-unknown-linux | FileCheck %s --check-prefix=SDAG
3 ; RUN: llc < %s -fast-isel -fast-isel-abort=1 -mtriple=x86_64-unknown-linux | FileCheck %s --check-prefix=FAST
5 define i32 @freeze(i32 %t) {
8 ; SDAG-NEXT: movl %edi, %eax
9 ; SDAG-NEXT: xorl $10, %eax
14 ; FAST-NEXT: movl %edi, %eax
15 ; FAST-NEXT: xorl $10, %eax