diff src/gpu/hsail/vm/gpu_hsail.cpp @ 15488:d370d87e528f

fixed clang compilation error
author Doug Simon <doug.simon@oracle.com>
date Sat, 03 May 2014 18:04:52 +0200
parents a250a512434d
children 063ec2920d21
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: