24e6982808eb950988ac36f90e0d81f6c870be38
[platform/upstream/glslang.git] / Test / baseResults / hlsl.deadFunctionMissingBody.vert.out
1 hlsl.deadFunctionMissingBody.vert
2 // Module Version 10000
3 // Generated by (magic number): 80001
4 // Id's are bound by 18
5
6                               Capability Shader
7                1:             ExtInstImport  "GLSL.std.450"
8                               MemoryModel Logical GLSL450
9                               EntryPoint Vertex 4  "main" 16
10                               Name 4  "main"
11                               Name 9  "@main("
12                               Name 16  "@entryPointOutput"
13                               Decorate 16(@entryPointOutput) Location 0
14                2:             TypeVoid
15                3:             TypeFunction 2
16                6:             TypeFloat 32
17                7:             TypeVector 6(float) 4
18                8:             TypeFunction 7(fvec4)
19               11:    6(float) Constant 0
20               12:    7(fvec4) ConstantComposite 11 11 11 11
21               15:             TypePointer Output 7(fvec4)
22 16(@entryPointOutput):     15(ptr) Variable Output
23          4(main):           2 Function None 3
24                5:             Label
25               17:    7(fvec4) FunctionCall 9(@main()
26                               Store 16(@entryPointOutput) 17
27                               Return
28                               FunctionEnd
29        9(@main():    7(fvec4) Function None 8
30               10:             Label
31                               ReturnValue 12
32                               FunctionEnd