]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/correct-logic-2-s.tmpl
c++: ir_block::m_instr
[xonotic/gmqcc.git] / tests / correct-logic-2-s.tmpl
index a7ada6e40e80448cd55a852fa2494b0b4d988bd4..b1ce6889e76f5817dd5f0dfdbdf3dc4bd386576f 100644 (file)
@@ -2,7 +2,7 @@ I: correct-logic.qc
 D: vector logic flags
 T: -execute
 C: -std=fteqcc -fcorrect-logic -fshort-logic
-M:          ! & | i N
+M:         ! & | i N
 M: 0, 0 -> 1 0 0 0 1
 M: 0, x -> 1 0 1 0 1
 M: x, 0 -> 0 0 1 1 0