Mesa (master): radeonsi/llvm: Silence a warning

Tom Stellard tstellar at kemper.freedesktop.org
Wed Apr 25 22:15:15 UTC 2012


Module: Mesa
Branch: master
Commit: a2f7ecfa74cdc73f3e0a7ea739ce962f7a029799
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a2f7ecfa74cdc73f3e0a7ea739ce962f7a029799

Author: Tom Stellard <thomas.stellard at amd.com>
Date:   Wed Apr 25 18:09:05 2012 -0400

radeonsi/llvm: Silence a warning

---

 src/gallium/drivers/radeon/SIPropagateImmReads.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gallium/drivers/radeon/SIPropagateImmReads.cpp b/src/gallium/drivers/radeon/SIPropagateImmReads.cpp
index 5f56873..4f925d5 100644
--- a/src/gallium/drivers/radeon/SIPropagateImmReads.cpp
+++ b/src/gallium/drivers/radeon/SIPropagateImmReads.cpp
@@ -66,4 +66,5 @@ bool SIPropagateImmReadsPass::runOnMachineFunction(MachineFunction &MF)
       MI.eraseFromParent();
     }
   }
+  return false;
 }




More information about the mesa-commit mailing list