diff options
| author | Chris Lattner <sabre@nondot.org> | 2011-06-17 03:14:27 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2011-06-17 03:14:27 +0000 |
| commit | b90ed2233c9fac46bac53de5833dd5e35db10acf (patch) | |
| tree | 2efdd5ccb4d397789a8fa4a9413882084472fa0b /llvm/test/CodeGen/PowerPC/and-elim.ll | |
| parent | 033026ffc07ee0b7dd67c2b06259ce2be6051254 (diff) | |
| download | bcm5719-llvm-b90ed2233c9fac46bac53de5833dd5e35db10acf.tar.gz bcm5719-llvm-b90ed2233c9fac46bac53de5833dd5e35db10acf.zip | |
manually upgrade a bunch of tests to modern syntax, and remove some that
are either unreduced or only test old syntax.
llvm-svn: 133228
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/and-elim.ll')
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/and-elim.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/and-elim.ll b/llvm/test/CodeGen/PowerPC/and-elim.ll index 36853614c40..a1ec29b16f1 100644 --- a/llvm/test/CodeGen/PowerPC/and-elim.ll +++ b/llvm/test/CodeGen/PowerPC/and-elim.ll @@ -9,7 +9,7 @@ define void @test(i8* %P) { ret void } -define i16 @test2(i16 zeroext %crc) zeroext { +define zeroext i16 @test2(i16 zeroext %crc) { ; No and's should be needed for the i16s here. %tmp.1 = lshr i16 %crc, 1 %tmp.7 = xor i16 %tmp.1, 40961 |

