diff options
author | Chris Lattner <sabre@nondot.org> | 2011-07-09 16:57:10 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2011-07-09 16:57:10 +0000 |
commit | 5445ecdf6964bc270bb89d4a16a712e425b4a23c (patch) | |
tree | 07313e00d21889a9b3316d44b18148b9207fa438 /test/Verifier | |
parent | ca5470c99d3f5d3b8c27c9bbbfe42a04f26ade5c (diff) |
more tests not making the jump into the brave new world.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134820 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Verifier')
-rw-r--r-- | test/Verifier/byval-2.ll | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/Verifier/byval-2.ll b/test/Verifier/byval-2.ll deleted file mode 100644 index 1d03715bc3..0000000000 --- a/test/Verifier/byval-2.ll +++ /dev/null @@ -1,4 +0,0 @@ -; RUN: not llvm-as < %s >& /dev/null -; PR2711 - %s = type opaque -declare void @h(%s* byval %num) |