mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-03 01:12:53 +00:00
fix typo; NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254860 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
64d85bf50c
commit
26a006a71e
@ -3,7 +3,7 @@
|
||||
; RUN: llc < %s -march=x86-64 -mtriple=x86_64-apple-darwin -mcpu=nehalem -asm-verbose=false -enable-no-nans-fp-math | FileCheck -check-prefix=FINITE %s
|
||||
|
||||
; Some of these patterns can be matched as SSE min or max. Some of
|
||||
; then can be matched provided that the operands are swapped.
|
||||
; them can be matched provided that the operands are swapped.
|
||||
; Some of them can't be matched at all and require a comparison
|
||||
; and a conditional branch.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user