diff options
author | Xin Tong <trent.xin.tong@gmail.com> | 2017-03-19 15:31:16 +0000 |
---|---|---|
committer | Xin Tong <trent.xin.tong@gmail.com> | 2017-03-19 15:31:16 +0000 |
commit | 967e31307809c6d5dc599a412c605d1cf01ea476 (patch) | |
tree | 4554e387c57ef8e98b7ba8e55738b6f57118a487 /llvm/test/Transforms/LoopUnswitch/crash.ll | |
parent | d67fb1b66ebf7bc8671db2c6aa100338642c786d (diff) | |
download | bcm5719-llvm-967e31307809c6d5dc599a412c605d1cf01ea476.tar.gz bcm5719-llvm-967e31307809c6d5dc599a412c605d1cf01ea476.zip |
Remove unused arguments. NFCI
llvm-svn: 298218
Diffstat (limited to 'llvm/test/Transforms/LoopUnswitch/crash.ll')
-rw-r--r-- | llvm/test/Transforms/LoopUnswitch/crash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopUnswitch/crash.ll b/llvm/test/Transforms/LoopUnswitch/crash.ll index 101fb7a2c2c..b273a123c39 100644 --- a/llvm/test/Transforms/LoopUnswitch/crash.ll +++ b/llvm/test/Transforms/LoopUnswitch/crash.ll @@ -30,7 +30,7 @@ return: ; preds = %return.loopexit, %list_Length.exit9 ret void } -define void @test2(i32 %x1, i32 %y1, i32 %z1, i32 %r1) nounwind { +define void @test2() nounwind { entry: br label %bb.nph |