summaryrefslogtreecommitdiff
path: root/lib/Target/ARM64/ARM64ISelLowering.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-04-21 07:11:15 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-04-21 07:11:15 +0000
commit81549a0a3907f7e49f4f49bdfdadc313cf61025a (patch)
tree18e6fe174a3449ce55dd4a40c2b1bcefa1948c2c /lib/Target/ARM64/ARM64ISelLowering.cpp
parent215fc7d9988bda6ae21370def427aaa81349a34a (diff)
downloadllvm-81549a0a3907f7e49f4f49bdfdadc313cf61025a.tar.gz
llvm-81549a0a3907f7e49f4f49bdfdadc313cf61025a.tar.bz2
llvm-81549a0a3907f7e49f4f49bdfdadc313cf61025a.tar.xz
Revert r206732 which is causing llc to crash on most of the build bots.
Original commit message: Implement builtins for safe division: safe.sdiv.iN, safe.udiv.iN, safe.srem.iN, safe.urem.iN (iN = i8, i61, i32, or i64). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206735 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM64/ARM64ISelLowering.cpp')
-rw-r--r--lib/Target/ARM64/ARM64ISelLowering.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/ARM64/ARM64ISelLowering.cpp b/lib/Target/ARM64/ARM64ISelLowering.cpp
index 7fee5646d1..6df2122abe 100644
--- a/lib/Target/ARM64/ARM64ISelLowering.cpp
+++ b/lib/Target/ARM64/ARM64ISelLowering.cpp
@@ -435,8 +435,6 @@ ARM64TargetLowering::ARM64TargetLowering(ARM64TargetMachine &TM)
setMinFunctionAlignment(2);
- setDivIsWellDefined(true);
-
RequireStrictAlign = StrictAlign;
}