commit | 41b4a6b36ac77b94e4ee1908d580368e9f09fbfd | [log] [tgz] |
---|---|---|
author | Duncan Sands <baldrick@free.fr> | Mon Jul 12 08:16:59 2010 +0000 |
committer | Duncan Sands <baldrick@free.fr> | Mon Jul 12 08:16:59 2010 +0000 |
tree | 0ba672574cfb92f9f66c9a942703f1d5d53220f8 | |
parent | 57041d81df53c894f92b9a9fa42524061249ac8b [diff] [blame] |
Convert some tab stops into spaces. llvm-svn: 108130
diff --git a/llvm/utils/TableGen/X86RecognizableInstr.cpp b/llvm/utils/TableGen/X86RecognizableInstr.cpp index a041b62..4dba85b 100644 --- a/llvm/utils/TableGen/X86RecognizableInstr.cpp +++ b/llvm/utils/TableGen/X86RecognizableInstr.cpp
@@ -33,7 +33,7 @@ MAP(C9, 38) \ MAP(E8, 39) \ MAP(F0, 40) \ - MAP(F8, 41) \ + MAP(F8, 41) \ MAP(F9, 42) // A clone of X86 since we can't depend on something that is generated.