[llvm-commits] [llvm] r155009 - /llvm/trunk/test/Transforms/InstCombine/apint-shift.ll
Jakob Stoklund Olesen
stoklund at 2pi.dk
Wed Apr 18 09:44:44 PDT 2012
Author: stoklund
Date: Wed Apr 18 11:44:44 2012
New Revision: 155009
URL: http://llvm.org/viewvc/llvm-project?rev=155009&view=rev
Log:
Nobody likes shifty instructions, but that was a bit strong.
Modified:
llvm/trunk/test/Transforms/InstCombine/apint-shift.ll
Modified: llvm/trunk/test/Transforms/InstCombine/apint-shift.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/InstCombine/apint-shift.ll?rev=155009&r1=155008&r2=155009&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/InstCombine/apint-shift.ll (original)
+++ llvm/trunk/test/Transforms/InstCombine/apint-shift.ll Wed Apr 18 11:44:44 2012
@@ -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.
More information about the llvm-commits
mailing list