OSDN Git Service

[MVT] Fix the identation of the start of the MVT class. NFC
authorCraig Topper <craig.topper@gmail.com>
Thu, 25 May 2017 06:15:05 +0000 (06:15 +0000)
committerCraig Topper <craig.topper@gmail.com>
Thu, 25 May 2017 06:15:05 +0000 (06:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303841 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineValueType.h

index e92bb7f..d991e4c 100644 (file)
@@ -26,7 +26,7 @@ namespace llvm {
   /// Machine Value Type. Every type that is supported natively by some
   /// processor targeted by LLVM occurs here. This means that any legal value
   /// type can be represented by an MVT.
-class MVT {
+  class MVT {
   public:
     enum SimpleValueType : uint8_t {
       // Simple value types that aren't explicitly part of this enumeration