[X86] Remove an if check on the result of a cast. NFC
cast takes a non-null input and produces a non-null output. So this if can never fail. llvm-svn: 317731
Loading
Please sign in to comment
cast takes a non-null input and produces a non-null output. So this if can never fail. llvm-svn: 317731