brintos

brintos / llvm-project-archived public Read only

0
0
Text · 166 B · ce68d54 Raw
13 lines · cpp
1#include "instrprof-comdat.h"2 3int bar(int I) {4 5  FOO<long> Foo;6  FOO<int> Foo2;7 8  if (I > 5)9    return (int)Foo.DoIt(10);10  else11    return (int)Foo2.DoIt(I);12}13