[WinEH] Find root frame correctly in CLR funclets
[oota-llvm.git] / include / llvm / CodeGen / MachineValueType.h
index 4211aa7a369dffe30561aea637a24217fe041356..6b478499d92aaba8be002c85e4c630e7e6bda695 100644 (file)
@@ -87,7 +87,7 @@ class MVT {
       v8i64          =  40,   //  8 x i64
       v16i64         =  41,   // 16 x i64
       v1i128         =  42,   //  1 x i128
-      
+
       FIRST_INTEGER_VECTOR_VALUETYPE = v2i1,
       LAST_INTEGER_VECTOR_VALUETYPE = v1i128,