diff options
author | Jim Grosbach <grosbach@apple.com> | 2010-10-29 23:19:55 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2010-10-29 23:19:55 +0000 |
commit | 0d2d2e92461781d11a8a055720e7ddfa4c8eee28 (patch) | |
tree | 017cc5a0ffd005e6679850de3acbe4b854e7c960 /lib/Target/ARM/ARMCodeEmitter.cpp | |
parent | e09206d4d7683e2a421104c5cb83f7808ba4b06e (diff) | |
download | external_llvm-0d2d2e92461781d11a8a055720e7ddfa4c8eee28.zip external_llvm-0d2d2e92461781d11a8a055720e7ddfa4c8eee28.tar.gz external_llvm-0d2d2e92461781d11a8a055720e7ddfa4c8eee28.tar.bz2 |
s/getNEONVcvtImm32/getNEONVcvtImm32OpValue/ to be consistent with other operand
encoder functions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117738 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMCodeEmitter.cpp')
-rw-r--r-- | lib/Target/ARM/ARMCodeEmitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMCodeEmitter.cpp b/lib/Target/ARM/ARMCodeEmitter.cpp index fa11a48..4f8b3ca 100644 --- a/lib/Target/ARM/ARMCodeEmitter.cpp +++ b/lib/Target/ARM/ARMCodeEmitter.cpp @@ -194,7 +194,7 @@ namespace { Binary |= (Reg << 13); return Binary; } - unsigned getNEONVcvtImm32(const MachineInstr &MI, unsigned Op) const { + unsigned getNEONVcvtImm32OpValue(const MachineInstr &MI, unsigned Op) const { return 0; } /// getMovi32Value - Return binary encoding of operand for movw/movt. If the |