From ae066a0d47739e02de926dddefb87cb971677436 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Thu, 25 May 2017 06:15:05 +0000 Subject: [PATCH] [MVT] Fix the identation of the start of the MVT class. NFC llvm-svn: 303841 --- llvm/include/llvm/CodeGen/MachineValueType.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/CodeGen/MachineValueType.h b/llvm/include/llvm/CodeGen/MachineValueType.h index e92bb7f..d991e4c 100644 --- a/llvm/include/llvm/CodeGen/MachineValueType.h +++ b/llvm/include/llvm/CodeGen/MachineValueType.h @@ -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 -- 2.7.4