Change Module to use TargetData-compatible strings internally.
[oota-llvm.git] / include / llvm / CallingConv.h
index 6da5482f454ff6f4690fc02b43cdd518ebcd0235..fd62fb73030d2f3a521836bafb4e7fc7a4dea397 100644 (file)
@@ -45,7 +45,7 @@ namespace CallingConv {
 
     // Target - This is the start of the target-specific calling conventions,
     // e.g. fastcall and thiscall on X86.
-    FirstTargetCC = 64,
+    FirstTargetCC = 64
   };
 } // End CallingConv namespace