mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
update comment.
llvm-svn: 68060
This commit is contained in:
parent
76042faa52
commit
ccc73c9327
@ -54,7 +54,7 @@ namespace llvm {
|
||||
/// printf("%d %d", P.is<int*>(), P.is<float*>()); // prints "1 0"
|
||||
/// X = P.get<int*>(); // ok.
|
||||
/// Y = P.get<float*>(); // runtime assertion failure.
|
||||
/// Z = P.get<double*>(); // does not compile.
|
||||
/// Z = P.get<double*>(); // runtime assertion failure (regardless of tag)
|
||||
/// P = (float*)0;
|
||||
/// Y = P.get<float*>(); // ok.
|
||||
/// X = P.get<int*>(); // runtime assertion failure.
|
||||
|
Loading…
Reference in New Issue
Block a user