1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

use lower case for readability

llvm-svn: 87054
This commit is contained in:
Jim Grosbach 2009-11-13 01:17:22 +00:00
parent cdeab5257c
commit 85faa3cff1

View File

@ -422,7 +422,7 @@ def VNEGScc : ASuI<0b11101011, 0b0001, 0b0100,
// to APSR.
let Defs = [CPSR], Uses = [FPSCR] in
def FMSTAT : VFPAI<(outs), (ins), VFPMiscFrm, IIC_fpSTAT, "vmrs",
"\tAPSR_nzcv, FPSCR",
"\tapsr_nzcv, fpscr",
[(arm_fmstat)]> {
let Inst{27-20} = 0b11101111;
let Inst{19-16} = 0b0001;