[llvm-commits] [llvm] r153820 - /llvm/trunk/include/llvm/Analysis/Dominators.h

Duncan Sands baldrick at free.fr
Sat Mar 31 23:34:25 PDT 2012


Hi Rafael,

> --- llvm/trunk/include/llvm/Analysis/Dominators.h (original)
> +++ llvm/trunk/include/llvm/Analysis/Dominators.h Sat Mar 31 16:54:20 2012
>       assert(this->Roots.size() == 1&&  "Should always have entry node!");
> @@ -704,6 +686,32 @@
>     }
>   };
>
> +// These two functions are declare out of line as a workaround for building

declare -> declared

Ciao, Duncan.



More information about the llvm-commits mailing list