commit | e5165490b7ba24bb2f3043399e0d60e7f3bcf8a5 | [log] [tgz] |
---|---|---|
author | Jim Grosbach <grosbach@apple.com> | Mon Nov 09 00:11:35 2009 +0000 |
committer | Jim Grosbach <grosbach@apple.com> | Mon Nov 09 00:11:35 2009 +0000 |
tree | dcfacdf8f8a31aff38c2a605e73e4687316d32ab | |
parent | 9feeeaf9ed3a9509049a4cdd4f22a8735658dbca [diff] [blame] |
Use Unified Assembly Syntax for the ARM backend. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86494 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/ARM/ARMConstantIslandPass.cpp b/lib/Target/ARM/ARMConstantIslandPass.cpp index 9819625..3235c3f 100644 --- a/lib/Target/ARM/ARMConstantIslandPass.cpp +++ b/lib/Target/ARM/ARMConstantIslandPass.cpp
@@ -541,8 +541,8 @@ Scale = 4; // +(offset_8*4) break; - case ARM::FLDD: - case ARM::FLDS: + case ARM::VLDRD: + case ARM::VLDRS: Bits = 8; Scale = 4; // +-(offset_8*4) NegOk = true;