Browse Source

Testing commit access through minor formatting change

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364843 91177308-0d34-0410-b5e6-96231b3b80d8
Nilanjana Basu 6 years ago
parent
commit
478ccd17f2
1 changed files with 3 additions and 2 deletions
  1. 3 2
      lib/CodeGen/AsmPrinter/CodeViewDebug.cpp

+ 3 - 2
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp

@@ -583,8 +583,9 @@ void CodeViewDebug::endModule() {
   clear();
   clear();
 }
 }
 
 
-static void emitNullTerminatedSymbolName(MCStreamer &OS, StringRef S,
-    unsigned MaxFixedRecordLength = 0xF00) {
+static void
+emitNullTerminatedSymbolName(MCStreamer &OS, StringRef S,
+                             unsigned MaxFixedRecordLength = 0xF00) {
   // The maximum CV record length is 0xFF00. Most of the strings we emit appear
   // The maximum CV record length is 0xFF00. Most of the strings we emit appear
   // after a fixed length portion of the record. The fixed length portion should
   // after a fixed length portion of the record. The fixed length portion should
   // always be less than 0xF00 (3840) bytes, so truncate the string so that the
   // always be less than 0xF00 (3840) bytes, so truncate the string so that the