Fix misplaced closing brace.
authorMatthew Curtis <mcurtis@codeaurora.org>
Wed, 5 Dec 2012 19:00:34 +0000 (19:00 +0000)
committerMatthew Curtis <mcurtis@codeaurora.org>
Wed, 5 Dec 2012 19:00:34 +0000 (19:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169404 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Hexagon/HexagonFrameLowering.cpp

index 50db2a6d56cea5fed172d8120ce079217a9746a9..29bfc6b4662bd240a51ff1f1fec01ca6ec1d091b 100644 (file)
@@ -166,7 +166,8 @@ bool HexagonFrameLowering::hasTailCall(MachineBasicBlock &MBB) const {
   MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr();
   unsigned RetOpcode = MBBI->getOpcode();
 
-  return RetOpcode == Hexagon::TCRETURNtg || RetOpcode == Hexagon::TCRETURNtext;}
+  return RetOpcode == Hexagon::TCRETURNtg || RetOpcode == Hexagon::TCRETURNtext;
+}
 
 void HexagonFrameLowering::emitEpilogue(MachineFunction &MF,
                                      MachineBasicBlock &MBB) const {