commit | ae22c60f9024fc217227935d10d4dec155ccb7b2 | [log] [tgz] |
---|---|---|
author | Duncan Sands <baldrick@free.fr> | Sun Feb 05 14:20:11 2012 +0000 |
committer | Duncan Sands <baldrick@free.fr> | Sun Feb 05 14:20:11 2012 +0000 |
tree | 8ab0615a90f19456cb397a6f83c3756f86a3a50b | |
parent | efabc2572f141b822f8b4e3bbd7a198a02ee7ccb [diff] [blame] |
Persuade GCC that there is nothing worth warning about here (there isn't). llvm-svn: 149834
diff --git a/llvm/lib/CodeGen/MachineCSE.cpp b/llvm/lib/CodeGen/MachineCSE.cpp index 0715f28c..9d46aaa 100644 --- a/llvm/lib/CodeGen/MachineCSE.cpp +++ b/llvm/lib/CodeGen/MachineCSE.cpp
@@ -255,6 +255,7 @@ if (I == EE) { assert(CrossMBB && "Reaching end-of-MBB without finding MI?"); + (void)CrossMBB; CrossMBB = false; NonLocal = true; I = MBB->begin();