aboutsummaryrefslogtreecommitdiff
path: root/test/NaCl/Bitcode/intrinsic-pointer-args.ll
diff options
context:
space:
mode:
authorKarl Schimpf <kschimpf@google.com>2013-09-18 10:13:42 -0700
committerKarl Schimpf <kschimpf@google.com>2013-09-18 10:13:42 -0700
commit72f158730cf2073e23e8f2795192a6d6f08140df (patch)
treee9d0a18df4b4455d7d836654d65b7aa7766689e4 /test/NaCl/Bitcode/intrinsic-pointer-args.ll
parentde60bbfea3de2565a2f696810befece301507494 (diff)
Only allow PNaCl version 2 bitcode files.
BUG= https://code.google.com/p/nativeclient/issues/detail?id=3590 R=jvoung@chromium.org Review URL: https://codereview.chromium.org/23503071
Diffstat (limited to 'test/NaCl/Bitcode/intrinsic-pointer-args.ll')
-rw-r--r--test/NaCl/Bitcode/intrinsic-pointer-args.ll6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/NaCl/Bitcode/intrinsic-pointer-args.ll b/test/NaCl/Bitcode/intrinsic-pointer-args.ll
index 7e5467c9a1..16b91e80f9 100644
--- a/test/NaCl/Bitcode/intrinsic-pointer-args.ll
+++ b/test/NaCl/Bitcode/intrinsic-pointer-args.ll
@@ -1,12 +1,8 @@
; Test that intrinsic declarations are read back correctly.
-; RUN: llvm-as < %s | pnacl-freeze --pnacl-version=1 | pnacl-thaw \
+; RUN: llvm-as < %s | pnacl-freeze | pnacl-thaw \
; RUN: | llvm-dis - | FileCheck %s -check-prefix=TD
-; RUN: llvm-as < %s | pnacl-freeze --pnacl-version=2 | pnacl-thaw \
-; RUN: | llvm-dis - | FileCheck %s -check-prefix=TD
-
-
declare i8* @llvm.stacksave()
declare void @llvm.stackrestore(i8*)