Revert r206732 which is causing llc to crash on most of the build bots.
[oota-llvm.git] / lib / Target / ARM64 / ARM64ISelLowering.cpp
index 7fee5646d1ce997e07a4038d3653084a9ef04264..6df2122abecb33e57f2dd0240bd2487c8342ad98 100644 (file)
@@ -435,8 +435,6 @@ ARM64TargetLowering::ARM64TargetLowering(ARM64TargetMachine &TM)
 
   setMinFunctionAlignment(2);
 
-  setDivIsWellDefined(true);
-
   RequireStrictAlign = StrictAlign;
 }