Nobody likes shifty instructions, but that was a bit strong.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 18 Apr 2012 16:44:44 +0000 (16:44 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 18 Apr 2012 16:44:44 +0000 (16:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155009 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/apint-shift.ll

index 55243a649183146378358c9b8a454e53f1363a71..130d0bdcd87d9b942d67d3c0f0f963b03d40492d 100644 (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.