mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-27 15:28:53 -04:00

creating the preamble and "replay" them when reusing the preamble. Also, fix a thinko in the copying of the preamble when building the precompiled preamble. llvm-svn: 110061
7 lines
83 B
C
7 lines
83 B
C
inline int bar(int i) {
|
|
int *ptr = 0;
|
|
float *ptr1;
|
|
ptr = ptr1;
|
|
return 0;
|
|
}
|