<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<META content="MSHTML 5.00.3819.300" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face="Times New Roman" size=2>Hi ,</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face="Times New Roman" size=2>Is there any way to modify code like 
adding junk code or mess up the order of a bunch of codes(in same basic block) 
which is no dependency? I saw some options like -dce -deadargelim for 'opt' , 
but what I want is to reverse to do it. I mean adding some dead code or junk 
code. Actually what I want is to implement a ploymorphic engine. Coud I do those 
by using llvm?</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face="Times New Roman" size=2>Thanks.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face="Times New Roman" size=2>Qiuyu</FONT></DIV></BODY></HTML>