[vmkit-commits] [vmkit] r56490 - /vmkit/branches/isolate/lib/Mvm/Runtime/LLVMRuntime.ll

Nicolas Geoffray nicolas.geoffray at lip6.fr
Tue Sep 23 09:13:36 PDT 2008


Author: geoffray
Date: Tue Sep 23 11:13:36 2008
New Revision: 56490

URL: http://llvm.org/viewvc/llvm-project?rev=56490&view=rev
Log:
Fix signature of selectors.


Modified:
    vmkit/branches/isolate/lib/Mvm/Runtime/LLVMRuntime.ll

Modified: vmkit/branches/isolate/lib/Mvm/Runtime/LLVMRuntime.ll
URL: http://llvm.org/viewvc/llvm-project/vmkit/branches/isolate/lib/Mvm/Runtime/LLVMRuntime.ll?rev=56490&r1=56489&r2=56490&view=diff

==============================================================================
--- vmkit/branches/isolate/lib/Mvm/Runtime/LLVMRuntime.ll (original)
+++ vmkit/branches/isolate/lib/Mvm/Runtime/LLVMRuntime.ll Tue Sep 23 11:13:36 2008
@@ -14,8 +14,8 @@
 
 declare void @_Unwind_Resume_or_Rethrow(i8*)
 declare i8* @llvm.eh.exception()
-declare i32 @llvm.eh.selector.i32(i8*, i8*, i8*, ...)
-declare i64 @llvm.eh.selector.i64(i8*, i8*, i8*, ...)
+declare i32 @llvm.eh.selector.i32(i8*, i8*, ...)
+declare i64 @llvm.eh.selector.i64(i8*, i8*, ...)
 declare void @__gxx_personality_v0()
 declare i8* @__cxa_begin_catch(i8*)
 declare void @__cxa_end_catch()





More information about the vmkit-commits mailing list