llvm-diff incorrectly reports that there's a diff when input IR contains undef/zeroinitializer/constantvector/indirectbr.
(This happens even if two identical files are given, e.g. llvm-diff x.ll x.ll)
This is fix to the bug report https://bugs.llvm.org/show_bug.cgi?id=33623 .