summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode/Inputs
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2015-04-17 06:40:14 +0000
committerDavid Blaikie <dblaikie@gmail.com>2015-04-17 06:40:14 +0000
commitdbe6e0f17187f02c836bbd34b8b153dd83225b59 (patch)
tree8de52267f95b8b60b0d6c02fa2bffe4979073214 /llvm/test/Bitcode/Inputs
parente6aba2806cc3380b7c2cb29aa6ceba8af4c71534 (diff)
downloadbcm5719-llvm-dbe6e0f17187f02c836bbd34b8b153dd83225b59.tar.gz
bcm5719-llvm-dbe6e0f17187f02c836bbd34b8b153dd83225b59.zip
[opaque pointer type] Explicit pointee type for call instruction
Use an extra bit in the CCInfo to flag the newer version of the instructiont hat includes the type explicitly. Tested the newer error cases I added, but didn't add tests for the finer granularity improvements to existing error paths. llvm-svn: 235160
Diffstat (limited to 'llvm/test/Bitcode/Inputs')
-rw-r--r--llvm/test/Bitcode/Inputs/invalid-call-mismatched-explicit-type.bcbin0 -> 1316 bytes
-rw-r--r--llvm/test/Bitcode/Inputs/invalid-call-non-function-explicit-type.bcbin0 -> 1316 bytes
2 files changed, 0 insertions, 0 deletions
diff --git a/llvm/test/Bitcode/Inputs/invalid-call-mismatched-explicit-type.bc b/llvm/test/Bitcode/Inputs/invalid-call-mismatched-explicit-type.bc
new file mode 100644
index 00000000000..802d28edbf4
--- /dev/null
+++ b/llvm/test/Bitcode/Inputs/invalid-call-mismatched-explicit-type.bc
Binary files differ
diff --git a/llvm/test/Bitcode/Inputs/invalid-call-non-function-explicit-type.bc b/llvm/test/Bitcode/Inputs/invalid-call-non-function-explicit-type.bc
new file mode 100644
index 00000000000..d080689e567
--- /dev/null
+++ b/llvm/test/Bitcode/Inputs/invalid-call-non-function-explicit-type.bc
Binary files differ
OpenPOWER on IntegriCloud