Do not split loops rejected by processOneIterationLoop().
[oota-llvm.git] / test / FrontendAda / global_constant.adb
1 -- RUN: %llvmgcc -c %s -I%p/Support
2 package body Global_Constant is
3 begin
4    raise An_Error;
5 end;