summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetLowering.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-09-27 22:13:56 +0000
committerChris Lattner <sabre@nondot.org>2005-09-27 22:13:56 +0000
commit59dc1e082cecd44e96d8b9363e455377cb99798b (patch)
tree9de7d659ef6b9e982750f655f6af216f00c6769f /llvm/lib/Target/TargetLowering.cpp
parenta458a2e4727dedced0990f13d7c80ca3e51fbc71 (diff)
downloadbcm5719-llvm-59dc1e082cecd44e96d8b9363e455377cb99798b.tar.gz
bcm5719-llvm-59dc1e082cecd44e96d8b9363e455377cb99798b.zip
initialize new flag
llvm-svn: 23480
Diffstat (limited to 'llvm/lib/Target/TargetLowering.cpp')
-rw-r--r--llvm/lib/Target/TargetLowering.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/TargetLowering.cpp b/llvm/lib/Target/TargetLowering.cpp
index 3c2a09cfbd7..c4ccbf5ef05 100644
--- a/llvm/lib/Target/TargetLowering.cpp
+++ b/llvm/lib/Target/TargetLowering.cpp
@@ -29,6 +29,7 @@ TargetLowering::TargetLowering(TargetMachine &tm)
memset(RegClassForVT, 0,MVT::LAST_VALUETYPE*sizeof(TargetRegisterClass*));
maxStoresPerMemSet = maxStoresPerMemCpy = maxStoresPerMemMove = 8;
allowUnalignedMemoryAccesses = false;
+ UseUnderscoreSetJmpLongJmp = false;
}
TargetLowering::~TargetLowering() {}
OpenPOWER on IntegriCloud