Commits

Joe Groff committed ce77714ae87
SILGen: Raise an error when cast*ObjectPointer are used incorrectly. Instead of stampeding forward generating bogus SIL, raise an error and bail if cast*ObjectPointer are used with non-class values. Fix a test that was applying cast*ObjectPointer to things that were already ObjectPointers. Swift SVN r5860