diff options
author | Eli Bendersky <eliben@chromium.org> | 2013-03-11 15:38:11 -0700 |
---|---|---|
committer | Eli Bendersky <eliben@chromium.org> | 2013-03-20 14:49:21 -0700 |
commit | d41567d2ffd3413600162653c08b2365bd5bcbbf (patch) | |
tree | aa1c212bcf816f4011315b80826acfb85ae7d9f3 /lib/Target/ARM/ARMSubtarget.cpp | |
parent | 23c00401dad33ca247d2818e71540079bed63c5b (diff) |
Apply after-merge fixes to return to working state.
Diffstat (limited to 'lib/Target/ARM/ARMSubtarget.cpp')
-rw-r--r-- | lib/Target/ARM/ARMSubtarget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMSubtarget.cpp b/lib/Target/ARM/ARMSubtarget.cpp index 1e54c3bb74..0501ee4c1d 100644 --- a/lib/Target/ARM/ARMSubtarget.cpp +++ b/lib/Target/ARM/ARMSubtarget.cpp @@ -74,7 +74,7 @@ void ARMSubtarget::initializeEnvironment() { HasVFPv4 = false; HasNEON = false; UseNEONForSinglePrecisionFP = false; - UseInlineJumpTables(!NoInlineJumpTables); + UseInlineJumpTables = !NoInlineJumpTables; UseMulOps = UseFusedMulOps; SlowFPVMLx = false; HasVMLxForwarding = false; |