search for: 1020665

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

Did you mean: 100665
2012 Feb 02
2
[LLVMdev] (no subject)
Hi There , Again ,I'm newbie to LLVM and please pardon me ..if you guys feel that ,the below question is very basic :) Here i go ,compiled the below sample with clang i.e *clang enum.c -S -emit-llvm* and there respective file are $ cat enum.c int main() { enum type{one=1,two,three} s; s = one; return s; } $ cat enum.s ; ModuleID = 'enum.c' target datalayout =