Module: Mesa Branch: master Commit: a2f7ecfa74cdc73f3e0a7ea739ce962f7a029799 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a2f7ecfa74cdc73f3e0a7ea739ce962f7a029799
Author: Tom Stellard <[email protected]> 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; } _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
