Transform: "icmp eq (trunc (lshr(X, cst1)), cst" to "icmp (and X, mask), cst"
[oota-llvm.git] / test / FrontendAda / global_constant.adb
1 -- RUN: %llvmgcc -S %s -I%p/Support
2 package body Global_Constant is
3 begin
4    raise An_Error;
5 end;