[WinEH] Adjust the 32-bit SEH prologue to better match reality
[oota-llvm.git] / test / CodeGen / X86 / switch-or.ll
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2010-11-22 Benjamin KramerImplement the "if (X == 6 || X == 4)" -> "if ((X|2...