radeonsi/llvm: Silence a warning
authorTom Stellard <thomas.stellard@amd.com>
Wed, 25 Apr 2012 22:09:05 +0000 (18:09 -0400)
committerTom Stellard <thomas.stellard@amd.com>
Wed, 25 Apr 2012 22:09:05 +0000 (18:09 -0400)
src/gallium/drivers/radeon/SIPropagateImmReads.cpp

index 5f56873b5a0b68d8c68fabcef5441b9b885871f8..4f925d5de1c1858eeb9c796a011862b417546cdb 100644 (file)
@@ -66,4 +66,5 @@ bool SIPropagateImmReadsPass::runOnMachineFunction(MachineFunction &MF)
       MI.eraseFromParent();
     }
   }
+  return false;
 }