mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-20 20:30:56 +00:00
Reduce the maximum recursion depth, 5 seems pointlessly too much.
Probably it should just be 1, but compromise with 3. llvm-svn: 118718
This commit is contained in:
parent
2b4e8302a6
commit
815e967d98
@ -21,7 +21,7 @@
|
||||
using namespace llvm;
|
||||
using namespace llvm::PatternMatch;
|
||||
|
||||
#define MaxRecursionDepth 5
|
||||
#define MaxRecursionDepth 3
|
||||
|
||||
static Value *SimplifyBinOp(unsigned, Value *, Value *, const TargetData *,
|
||||
unsigned);
|
||||
|
Loading…
x
Reference in New Issue
Block a user