keep_alive_barrier operand used wrong block; schedule keep behind phi sequences
[libfirm] / ir / libcore / lc_config.h
index 323f5fe..a4c9027 100644 (file)
 #endif /* _WIN32 */
 
 #if _MSC_VER <= 1200
-typedef __int16                int16;
-typedef __int32                int32;
-typedef __int64                int64;
-typedef unsigned __int16               uint16;
-typedef unsigned __int32               uint32;
-typedef unsigned __int64               uint64;
+typedef __int16            int16;
+typedef __int32            int32;
+typedef __int64            int64;
+typedef unsigned __int16   uint16;
+typedef unsigned __int32   uint32;
+typedef unsigned __int64   uint64;
 #endif /* _MSC_VER <= 1200 */
 
 /* default definitions */