diff options
author | Tom Stellard <[email protected]> | 2012-04-25 18:09:05 -0400 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-04-25 18:09:05 -0400 |
commit | a2f7ecfa74cdc73f3e0a7ea739ce962f7a029799 (patch) | |
tree | 042b823e450aa9e9dcd2c638cbf90537be7626f6 /src/gallium | |
parent | 21d3dd831e28452bd3229bf93367aa3fa719ad10 (diff) |
radeonsi/llvm: Silence a warning
Diffstat (limited to 'src/gallium')
-rw-r--r-- | 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 5f56873b5a0..4f925d5de1c 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; } |