On Tue, Jul 26, 2011 at 4:43 PM, David Blaikie <[email protected]> wrote: >> Re-fix r136172 so it isn't an error; apparently, some people are fond of >> their undefined behavior. > > Would it be practical to emit something like an llvm_unreachable, call > to terminate, or other "bad stuff has happened here" kind of code > instead?
Apparently real-world code uses this construct. See also r136180. -Eli _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
