search for: _is_foreign_lang

Displaying 1 result from an estimated 1 matches for "_is_foreign_lang".

Did you mean: is_foreign_lang
2012 Apr 05
0
[LLVMdev] Difference between 2.9 and 3.0 in intel ASM printer
...g* %3) nounwind ret i32 0 } define void @typesInit__v__v() nounwind { entry: tail call void @AddPointer__v__iPKci(i32 1927, i8* getelementptr inbounds ([5 x i8]* @"cstr\00", i32 0, i32 0), i32 -59) nounwind ret void } The intel asm printer in 2.9 would emit: mov BYTE PTR [RIP + _is_foreign_lang], AL for the store i1 %4, i1* @is_foreign_lang yet, 3.0 emits: mov _is_foreign_lang, AL Now, I've tried diffing 2.9 and 3.0, there is a lot of changes, could someone give me a hint as to where to look? Thanks in advance Matthew. -------------- next part -------------- An HTML attachmen...