From ca99858baa49f3e5561b92955c23d5c8b9f299b1 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Tue, 3 Mar 2015 07:59:45 +0000 Subject: [PATCH] Switch up whitespace with better whitespace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231059 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/TableGen/CodeGenRegisters.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/TableGen/CodeGenRegisters.h b/utils/TableGen/CodeGenRegisters.h index e6e85b7f0eb..73b527926bd 100644 --- a/utils/TableGen/CodeGenRegisters.h +++ b/utils/TableGen/CodeGenRegisters.h @@ -75,8 +75,8 @@ namespace llvm { std::string getQualifiedName() const; // Map of composite subreg indices. -    typedef std::map> CompMap; + typedef std::map> CompMap; // Returns the subreg index that results from composing this with Idx. // Returns NULL if this and Idx don't compose. -- 2.34.1