SIL Parser: parse ModuleInst.

Swift SVN r7092
This commit is contained in:
Manman Ren
2013-08-09 19:57:09 +00:00
parent 9453e8e4b8
commit abe1fcbbcf
2 changed files with 17 additions and 0 deletions

View File

@@ -676,6 +676,7 @@ bb0(%0 : $Builtin.Int1, %1 : $Builtin.Int1):
%3 = alloc_box $Builtin.Int1
store %0 to %2#1 : $*Builtin.Int1
store %1 to %3#1 : $*Builtin.Int1
%6 = module #Builtin // CHECK: module #Builtin
// CHECK: builtin_function_ref #Builtin.cmp_eq_Int1 : $[thin] (Builtin.Int1, Builtin.Int1) -> Builtin.Int1
%7 = builtin_function_ref #Builtin.cmp_eq_Int1 : $[thin] (Builtin.Int1, Builtin.Int1) -> Builtin.Int1
%8 = load %2#1 : $*Builtin.Int1