80 col violation.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 13 May 2010 20:14:58 +0000 (20:14 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 13 May 2010 20:14:58 +0000 (20:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103733 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetLowering.h

index 46300e11f56f69c0cf88839376e2c31d1c4b5707..dbd56d466d6018c5a7d98bf8bf0af8eeaf4c9120 100644 (file)
@@ -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