Nice catch on the UnwindAssembly bug, thanks.. LazyBools only have three possible states (and aren't going to gain extra states in the future) so the code in CommandInterpreter was safe - but silencing warnings is always good to do so we can spot real issues. Thanks. http://reviews.llvm.org/D6197