reduce indentation
authorChris Lattner <sabre@nondot.org>
Sun, 26 Jul 2009 18:08:15 +0000 (18:08 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 26 Jul 2009 18:08:15 +0000 (18:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77161 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PIC16/PIC16TargetAsmInfo.cpp

index 192ec0803a101a0c712f9c1b78ba4023e27c19f3..e8f216d09958cb0982548d9e623f737f15d612af 100644 (file)
@@ -258,10 +258,10 @@ PIC16TargetAsmInfo::getSpecialCasedSectionGlobals(const GlobalValue *GV,
       if (SectName.compare(0, AddrStr.length(), AddrStr) == 0) {
         std::string SectAddr = SectName.substr(AddrStr.length());
         return CreateSectionForGlobal(GVar, SectAddr);
-      } else {
-        // Create the section specified with section attribute. 
-        return CreateSectionForGlobal(GVar);
       }
+       
+      // Create the section specified with section attribute. 
+      return CreateSectionForGlobal(GVar);
     }
   }