summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/negintconst.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-12-02 20:38:10 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-12-02 20:38:10 +0000
commitd05b67dc647448ea4936c3ff91cfb42eb8b009bf (patch)
tree67e3145b43a21cb90ace98e05aca24e12aaaa0b2 /test/CodeGen/Generic/negintconst.ll
parent595a4e51d526fee6bf5ca4dc403230b2381bd709 (diff)
downloadllvm-d05b67dc647448ea4936c3ff91cfb42eb8b009bf.tar.gz
llvm-d05b67dc647448ea4936c3ff91cfb42eb8b009bf.tar.bz2
llvm-d05b67dc647448ea4936c3ff91cfb42eb8b009bf.tar.xz
Run llvm-upgrade on this test and/or upgrade intrinsic function calls.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32133 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Generic/negintconst.ll')
-rw-r--r--test/CodeGen/Generic/negintconst.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Generic/negintconst.ll b/test/CodeGen/Generic/negintconst.ll
index 4c8fe74cbd..020b6bb8db 100644
--- a/test/CodeGen/Generic/negintconst.ll
+++ b/test/CodeGen/Generic/negintconst.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as -f %s -o - | llc
+; RUN: llvm-upgrade %s | llvm-as | llc
; Test that a negative constant smaller than 64 bits (e.g., int)
; is correctly implemented with sign-extension.