Merge pull request #5059 from lambdageek/tbt
[mono.git] / mono / mini / mini-llvm.c
index c40b98b9f2dafc271e04046021c379099544c9da..9d7b5657dd092aff19c235916eb28c47305cd8dc 100644 (file)
@@ -9238,7 +9238,7 @@ default_mono_llvm_unhandled_exception (void)
     The mono JIT uses pointer sized iregs/double fregs, while LLVM uses precisely
     typed registers, so we have to keep track of the precise LLVM type of each vreg.
     This is made easier because the IR is already in SSA form.
-    An additional problem is that our IR is not consistent with types, i.e. i32/ia64 
+    An additional problem is that our IR is not consistent with types, i.e. i32/i64 
        types are frequently used incorrectly.
 */