Nobody likes shifty instructions, but that was a bit strong.

llvm-svn: 155009
This commit is contained in:
Jakob Stoklund Olesen 2012-04-18 16:44:44 +00:00
parent 33adaae564
commit 7ecc4e9bb3
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; This test makes sure that shit instructions are properly eliminated
; This test makes sure that shift instructions are properly eliminated
; even with arbitrary precision integers.
; RUN: opt < %s -instcombine -S | not grep sh
; END.