diff options
Diffstat (limited to 'test/NaCl/Bitcode/globalvars.ll')
-rw-r--r-- | test/NaCl/Bitcode/globalvars.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/NaCl/Bitcode/globalvars.ll b/test/NaCl/Bitcode/globalvars.ll index 811123dd0e..3bd9890aa8 100644 --- a/test/NaCl/Bitcode/globalvars.ll +++ b/test/NaCl/Bitcode/globalvars.ll @@ -4,17 +4,17 @@ ; Test that we generate appropriate bitcode values for global variables. -; Make sure that no struct/array types are generated by the global variables. +; Make sure that no struct/array/pointer types are generated by the +; global variables. ; BC: <TYPE_BLOCK_ID ; BC-NEXT: <NUMENTRY ; BC-NEXT: <VOID/> ; BC-NEXT: <FUNCTION -; BC-NEXT: <POINTER ; BC-NEXT: </TYPE_BLOCK_ID> ; Make sure that the function declaration for function func (below) ; appears before the global variables block. -; BC: <FUNCTION op0=2 op1=0 op2=0 op3=0/> +; BC: <FUNCTION op0=1 op1=0 op2=0 op3=0/> ; Make sure we begin the globals block after function declarations. ; BC-NEXT: <GLOBALVAR_BLOCK |