changeset 15488:d370d87e528f

fixed clang compilation error
author Doug Simon <doug.simon@oracle.com>
date Sat, 03 May 2014 18:04:52 +0200
parents 07fac8558d7b
children d0e3f6963ed7 ff5cacf47b68
files src/gpu/hsail/vm/gpu_hsail.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/gpu/hsail/vm/gpu_hsail.cpp	Fri May 02 17:03:10 2014 -0700
+++ b/src/gpu/hsail/vm/gpu_hsail.cpp	Sat May 03 18:04:52 2014 +0200
@@ -243,6 +243,8 @@
         return _last_idx;
       }
     }
+    ShouldNotReachHere();
+    return -1;
   }
 
 public: