summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-05-13 20:14:58 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-05-13 20:14:58 +0000
commit83887a7d3a1cfb0901850c09f57be335fe245cb0 (patch)
tree9789f95da550a5c089df321d49055742064e0c88
parent97ae3d5183032926eafa71645b6eae66512771bb (diff)
downloadbcm5719-llvm-83887a7d3a1cfb0901850c09f57be335fe245cb0.tar.gz
bcm5719-llvm-83887a7d3a1cfb0901850c09f57be335fe245cb0.zip
80 col violation.
llvm-svn: 103733
-rw-r--r--llvm/include/llvm/Target/TargetLowering.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/include/llvm/Target/TargetLowering.h b/llvm/include/llvm/Target/TargetLowering.h
index 46300e11f56..dbd56d466d6 100644
--- a/llvm/include/llvm/Target/TargetLowering.h
+++ b/llvm/include/llvm/Target/TargetLowering.h
@@ -1593,7 +1593,8 @@ private:
/// non-legal value types are not described here.
/// This array is accessed using VT.getSimpleVT(), so it is subject to
/// the MVT::MAX_ALLOWED_VALUETYPE * 2 bits.
- uint64_t OpActions[MVT::MAX_ALLOWED_VALUETYPE/(sizeof(uint64_t)*4)][ISD::BUILTIN_OP_END];
+ uint64_t OpActions[MVT::MAX_ALLOWED_VALUETYPE/(sizeof(uint64_t)*4)]
+ [ISD::BUILTIN_OP_END];
/// LoadExtActions - For each load of load extension type and each value type,
/// keep a LegalizeAction that indicates how instruction selection should deal
OpenPOWER on IntegriCloud