[llvm] r303841 - [MVT] Fix the identation of the start of the MVT class. NFC

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Wed May 24 23:15:05 PDT 2017


Author: ctopper
Date: Thu May 25 01:15:05 2017
New Revision: 303841

URL: http://llvm.org/viewvc/llvm-project?rev=303841&view=rev
Log:
[MVT] Fix the identation of the start of the MVT class. NFC

Modified:
    llvm/trunk/include/llvm/CodeGen/MachineValueType.h

Modified: llvm/trunk/include/llvm/CodeGen/MachineValueType.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/MachineValueType.h?rev=303841&r1=303840&r2=303841&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/MachineValueType.h (original)
+++ llvm/trunk/include/llvm/CodeGen/MachineValueType.h Thu May 25 01:15:05 2017
@@ -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




More information about the llvm-commits mailing list