From: Jakob Stoklund Olesen Date: Wed, 18 Apr 2012 16:44:44 +0000 (+0000) Subject: Nobody likes shifty instructions, but that was a bit strong. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=377bf1acb9548692be1dd8ea90b4a8e8272d820e;p=oota-llvm.git Nobody likes shifty instructions, but that was a bit strong. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155009 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/InstCombine/apint-shift.ll b/test/Transforms/InstCombine/apint-shift.ll index 55243a64918..130d0bdcd87 100644 --- a/test/Transforms/InstCombine/apint-shift.ll +++ b/test/Transforms/InstCombine/apint-shift.ll @@ -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.