diff options
Diffstat (limited to 'test/NaCl/Bitcode/switch.ll')
-rw-r--r-- | test/NaCl/Bitcode/switch.ll | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/test/NaCl/Bitcode/switch.ll b/test/NaCl/Bitcode/switch.ll index 3fd5e68483..3d5ac91281 100644 --- a/test/NaCl/Bitcode/switch.ll +++ b/test/NaCl/Bitcode/switch.ll @@ -1,11 +1,7 @@ ; Test that we no longer put VECTOR/ARRAY type entries, associated with ; switch instructions, into the bitcode file. -; RUN: llvm-as < %s | pnacl-freeze --pnacl-version=1 \ -; RUN: | pnacl-bcanalyzer -dump-records \ -; RUN: | FileCheck %s -check-prefix=PF1 - -; RUN: llvm-as < %s | pnacl-freeze --pnacl-version=2 \ +; RUN: llvm-as < %s | pnacl-freeze \ ; RUN: | pnacl-bcanalyzer -dump-records \ ; RUN: | FileCheck %s -check-prefix=PF2 @@ -47,14 +43,6 @@ end: ret void } -; PF1: <TYPE_BLOCK_ID> -; PF1-NEXT: <NUMENTRY op0=4/> -; PF1-NEXT: <VOID/> -; PF1-NEXT: <INTEGER op0=32/> -; PF1-NEXT: <FUNCTION op0={{.*}} op1={{.*}} op2={{.*}}/> -; PF1-NEXT: <POINTER op0={{.*}} op1={{.*}}/> -; PF1-NEXT: </TYPE_BLOCK_ID> - ; PF2: <TYPE_BLOCK_ID> ; PF2-NEXT: <NUMENTRY op0=3/> ; PF2-NEXT: <VOID/> |