diff options
author | Bob Wilson <bob.wilson@apple.com> | 2010-06-16 21:34:01 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2010-06-16 21:34:01 +0000 |
commit | 07f6e805b1e832a2c34a83862cec27736bb471bf (patch) | |
tree | 546cfa7bb998ee77f69e21d7ec30648a782c2877 /lib/Target/ARM/ARM.h | |
parent | bc06737c355f7206beecf5c7c0fb0d818c1297a4 (diff) | |
download | external_llvm-07f6e805b1e832a2c34a83862cec27736bb471bf.tar.gz external_llvm-07f6e805b1e832a2c34a83862cec27736bb471bf.tar.bz2 external_llvm-07f6e805b1e832a2c34a83862cec27736bb471bf.zip |
Remove the hidden "neon-reg-sequence" option. The reg sequences are working
now, so there's no need to disable them.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106155 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARM.h')
-rw-r--r-- | lib/Target/ARM/ARM.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Target/ARM/ARM.h b/lib/Target/ARM/ARM.h index ce0f5d5137..adb0e2c05f 100644 --- a/lib/Target/ARM/ARM.h +++ b/lib/Target/ARM/ARM.h @@ -90,10 +90,6 @@ inline static const char *ARMCondCodeToString(ARMCC::CondCodes CC) { } } -/// ModelWithRegSequence - Return true if isel should use REG_SEQUENCE to model -/// operations involving sub-registers. -bool ModelWithRegSequence(); - FunctionPass *createARMISelDag(ARMBaseTargetMachine &TM, CodeGenOpt::Level OptLevel); |