Make 32-bit addressing the default.

Also renamed the command-line flag to --addressing={32,64}.
This commit is contained in:
Matt Pharr
2011-12-01 13:38:40 -08:00
parent 82aa6efd12
commit 1390aed99c
2 changed files with 15 additions and 4 deletions

View File

@@ -317,7 +317,7 @@ Opt::Opt() {
level = 1;
fastMath = false;
fastMaskedVload = false;
force32BitAddressing = false;
force32BitAddressing = true;
unrollLoops = true;
disableAsserts = false;
disableHandlePseudoMemoryOps = false;