This xform isn't safe

llvm-svn: 26007
This commit is contained in:
Chris Lattner 2006-02-05 08:26:16 +00:00
parent 8c9cd461df
commit 8467e5d6af
1 changed files with 0 additions and 4 deletions

View File

@ -64,7 +64,3 @@ Number 1 is the preferred solution.
//===---------------------------------------------------------------------===//
For dag combiner and instcombine:
int t(int X, int Y) { return 1 << (X+4); } --> 16 << X
//===---------------------------------------------------------------------===//