search for: gettexsize

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

2014 Feb 25
2
[LLVMdev] noinline attribute problem
...code below. It should return '8' as a result. But the returned result is false as it returns '1'. When I remove the line of '__attribute__((noinline))' , the returned results are correct '8'. Any idea? Please advice as I need to get the assembly code of the 'getTexSize' function alone. Note: I compile using the following commands clang -O2 -emit-llvm test.cpp -c -o test.bc lli -use-mcjit test.bc Thanks in advance Sara Elshbaky ============================= #include <stdio.h> #include <stdlib.h> #include <math.h>...