search for: 3a4824bc

Displaying 1 result from an estimated 1 matches for "3a4824bc".

2011 Jul 15
1
[LLVMdev] Pass Question
Hi, I am trying to write a pass and add it into the LLVM optimizer so to insert functions for optimization before and after every function call.For example, I create a test file test.c. There is  a function f1() just printing out "Print f1", which is called in the main function. That's all the test.c do. Now I want to insert optimazation function opt_begin() before f1() and