diff options
author | Richard Sandiford <rsandifo@linux.vnet.ibm.com> | 2013-05-02 18:28:03 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@linux.vnet.ibm.com> | 2013-05-02 18:28:03 +0000 |
commit | e93c62e87d749bd396a047f46d3219205ab36a6f (patch) | |
tree | 23ecc2af184ea41f47bbbf6d47c6e708fa84f6c7 | |
parent | 16649b0107442184c551b9d2e91e8ce4ab9e2e39 (diff) | |
download | bcm5719-llvm-e93c62e87d749bd396a047f46d3219205ab36a6f.tar.gz bcm5719-llvm-e93c62e87d749bd396a047f46d3219205ab36a6f.zip |
[mips] Fix the head Mips16RegisterInfo.cpp comment
...aka a test commit.
llvm-svn: 180936
-rw-r--r-- | llvm/lib/Target/Mips/Mips16RegisterInfo.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/Mips/Mips16RegisterInfo.cpp b/llvm/lib/Target/Mips/Mips16RegisterInfo.cpp index 6cca2276856..7ad18f2b4d9 100644 --- a/llvm/lib/Target/Mips/Mips16RegisterInfo.cpp +++ b/llvm/lib/Target/Mips/Mips16RegisterInfo.cpp @@ -1,5 +1,4 @@ - -//===-- Mips16RegisterInfo.cpp - MIPS16 Register Information -== ----------===// +//===-- Mips16RegisterInfo.cpp - MIPS16 Register Information --------------===// // // The LLVM Compiler Infrastructure // |