Fix a fairly serious pessimizaion that was preventing us from efficiently
compiling things like 'add long %X, 1'. The problem is that we were switching the order of the operands for longs even though we can't fold them yet. llvm-svn: 13451
Loading
Please register or sign in to comment