summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-10-27 17:44:01 +0000
committerJim Grosbach <grosbach@apple.com>2011-10-27 17:44:01 +0000
commit492be647722fc2f372e650ce4a5d9e10171dbe0e (patch)
tree425375cd787a95c2787b93196db6c87a74fec135 /include
parent55c4127134d127ccd52cc2f4115af00084b28807 (diff)
downloadllvm-492be647722fc2f372e650ce4a5d9e10171dbe0e.tar.gz
llvm-492be647722fc2f372e650ce4a5d9e10171dbe0e.tar.bz2
llvm-492be647722fc2f372e650ce4a5d9e10171dbe0e.tar.xz
Trailing whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143113 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/MC/MCRegisterInfo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/MC/MCRegisterInfo.h b/include/llvm/MC/MCRegisterInfo.h
index ada5ae80af..6f314aa9a7 100644
--- a/include/llvm/MC/MCRegisterInfo.h
+++ b/include/llvm/MC/MCRegisterInfo.h
@@ -169,7 +169,7 @@ public:
else
L2DwarfRegs[LLVMReg] = DwarfReg;
}
-
+
/// mapDwarfRegToLLVMReg - Used to initialize Dwarf register to LLVM
/// register number mapping. Called by TableGen auto-generated routines.
/// *DO NOT USE*.
@@ -179,7 +179,7 @@ public:
else
Dwarf2LRegs[DwarfReg] = LLVMReg;
}
-
+
/// mapLLVMRegToSEHReg - Used to initialize LLVM register to SEH register
/// number mapping. By default the SEH register number is just the same
/// as the LLVM register number.
@@ -301,7 +301,7 @@ public:
return Classes[i];
}
};
-
+
} // End llvm namespace
#endif