summaryrefslogtreecommitdiff
path: root/tests/bindings/binding1.hlsl
diff options
context:
space:
mode:
authorTim Foley <tfoleyNV@users.noreply.github.com>2017-09-07 10:31:37 -0700
committerGitHub <noreply@github.com>2017-09-07 10:31:37 -0700
commit0e566a63f0bafb7def65521315e9f19a2bc79e34 (patch)
tree470c20f7948693f39b7603645ad9d09fb693c459 /tests/bindings/binding1.hlsl
parentca16ede67d3fc34ec1cc81b8f835199c5ef1ab9a (diff)
parentced92a047e510480cff15be1a1cd102abffa3f82 (diff)
Merge pull request #177 from tfoleyNV/ir-work
Replace old notion of "intrinsic" operations
Diffstat (limited to 'tests/bindings/binding1.hlsl')
-rw-r--r--tests/bindings/binding1.hlsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bindings/binding1.hlsl b/tests/bindings/binding1.hlsl
index d9e74e918..b35e4cce1 100644
--- a/tests/bindings/binding1.hlsl
+++ b/tests/bindings/binding1.hlsl
@@ -1,4 +1,4 @@
-//TEST:COMPARE_HLSL: -target dxbc-assembly -profile ps_4_0 -entry main
+//TEST:COMPARE_HLSL: -use-ir -target dxbc-assembly -profile ps_4_0 -entry main
// We want to make sure that the registers that Spire generates
// are used, even if there are "dead" parameter earlier in the program.