1 ; This testcase ensures that redundant loads are eliminated when they should
2 ; be. All RL variables (redundant loads) should be eliminated.
4 ; RUN: llvm-upgrade < %s | llvm-as | opt -load-vn -gcse | llvm-dis | not grep %RL
13 int "test2"(int* %P) {