OSDN Git Service

Rename X86insrtps to the proper instruction name.
authorFilipe Cabecinhas <me@filcab.net>
Mon, 21 Apr 2014 20:07:29 +0000 (20:07 +0000)
committerFilipe Cabecinhas <me@filcab.net>
Mon, 21 Apr 2014 20:07:29 +0000 (20:07 +0000)
commitc5b286bc418714ed7428eafacfdd45ad95800468
treea2a08da1be3782d40a7b261a60bbc8068315273c
parent51d13819a01b580453197a3bc14e8740e0563876
Rename X86insrtps to the proper instruction name.

Summary:
The INSERTPS pattern fragment was called insrtps (mising 'e'), which
would make it harder to grep for the patterns related to this instruction.
Renaming it to use the proper instruction name.

Reviewers: nadav

CC: llvm-commits
Differential Revision: http://reviews.llvm.org/D3443

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206779 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrAVX512.td
lib/Target/X86/X86InstrFragmentsSIMD.td
lib/Target/X86/X86InstrSSE.td