diff options
| author | Dan Gohman <gohman@apple.com> | 2009-06-04 18:22:31 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-06-04 18:22:31 +0000 |
| commit | 0e19a3f89e35ded2c3dd1aeabc784a7d6440dd7e (patch) | |
| tree | 0bc8930b38bfc5112f2d3320efcd7758eb27f8ef /test/Transforms | |
| parent | ef23d711bc4ff72799693f40c15b29cfdabd89a0 (diff) | |
Check in test changes that I accidentally left out of r72872.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72875 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms')
| -rw-r--r-- | test/Transforms/InstCombine/mul.ll | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/Transforms/InstCombine/mul.ll b/test/Transforms/InstCombine/mul.ll index 1a74025434..0455a3f7a2 100644 --- a/test/Transforms/InstCombine/mul.ll +++ b/test/Transforms/InstCombine/mul.ll @@ -83,11 +83,3 @@ define internal void @test13(<4 x float>*) { store <4 x float> %3, <4 x float>* %0, align 1 ret void } - -define internal void @test14(<4 x float>*) { - load <4 x float>* %0, align 1 - mul <4 x float> %2, zeroinitializer - store <4 x float> %3, <4 x float>* %0, align 1 - ret void -} - |
