From 253b15ff0cd98a052e8522cebe97d29c683d8c38 Mon Sep 17 00:00:00 2001 From: Hans-Kristian Arntzen Date: Mon, 3 Oct 2016 17:25:20 +0200 Subject: [PATCH] Remove fixed FIXME. --- spirv_glsl.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/spirv_glsl.cpp b/spirv_glsl.cpp index bda54384..c39d4eff 100644 --- a/spirv_glsl.cpp +++ b/spirv_glsl.cpp @@ -1467,11 +1467,6 @@ string CompilerGLSL::constant_op_expression(const SPIRConstantOp &cop) string op; // TODO: Find a clean way to reuse emit_instruction. - // - // FIXME: This doesn't take into account the possibility - // of type mismatches like emit_instruction does yet, but - // for spec op purposes, this seems extremely unlikely to - // hit in practice. switch (cop.opcode) { case OpSConvert: