diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-04-18 16:44:44 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-04-18 16:44:44 +0000 |
commit | 377bf1acb9548692be1dd8ea90b4a8e8272d820e (patch) | |
tree | 05da2cd59eecc672fec9c698c1c4e46de86b7ad1 /test | |
parent | 35ee7d28a69173ca0c11fb6b3271518bf4c5bff6 (diff) |
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
Diffstat (limited to 'test')
-rw-r--r-- | test/Transforms/InstCombine/apint-shift.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/apint-shift.ll b/test/Transforms/InstCombine/apint-shift.ll index 55243a6491..130d0bdcd8 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. |