aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/fpcmp-opt.ll
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2012-03-15 21:34:14 +0000
committerJim Grosbach <grosbach@apple.com>2012-03-15 21:34:14 +0000
commitb84ad4aa7dacfba5337520740d47770f2200201c (patch)
treeed18875af0750cbff3f452cbbd5ac3418ff85fe0 /test/CodeGen/ARM/fpcmp-opt.ll
parentccaea7dc0bbc75e5d4ee92fb8cc6af0f928d056f (diff)
ARM case-insensitive checking for APSR_nzcv.
rdar://11056591 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152846 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/fpcmp-opt.ll')
-rw-r--r--test/CodeGen/ARM/fpcmp-opt.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/fpcmp-opt.ll b/test/CodeGen/ARM/fpcmp-opt.ll
index 80925c7de7..2d8f7108e0 100644
--- a/test/CodeGen/ARM/fpcmp-opt.ll
+++ b/test/CodeGen/ARM/fpcmp-opt.ll
@@ -9,7 +9,7 @@ entry:
; CHECK: vldr [[S0:s[0-9]+]],
; CHECK: vldr [[S1:s[0-9]+]],
; CHECK: vcmpe.f32 [[S1]], [[S0]]
-; CHECK: vmrs apsr_nzcv, fpscr
+; CHECK: vmrs APSR_nzcv, fpscr
; CHECK: beq
%0 = load float* %a
%1 = load float* %b