projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8d6a1e
)
Fix pr19841, bb are also unnamed
author
Renato Golin
<renato.golin@linaro.org>
Tue, 27 May 2014 17:01:21 +0000
(17:01 +0000)
committer
Renato Golin
<renato.golin@linaro.org>
Tue, 27 May 2014 17:01:21 +0000
(17:01 +0000)
llvm-svn: 209668
clang/test/CodeGen/pr19841.cpp
patch
|
blob
|
history
diff --git
a/clang/test/CodeGen/pr19841.cpp
b/clang/test/CodeGen/pr19841.cpp
index
8b7f7b0
..
1357be2
100644
(file)
--- a/
clang/test/CodeGen/pr19841.cpp
+++ b/
clang/test/CodeGen/pr19841.cpp
@@
-22,7
+22,7
@@
A::A() {
? b
: _highlightColorTableVGA;
// Make sure the PHI value is casted correctly to the PHI type
-// CHECK: %{{.*}} = phi [0 x i8]* [ bitcast ([1 x i8]* @_ZN6Common1A1bE to [0 x i8]*), %
cond.true ], [ %{{.*}}, %cond.false
]
+// CHECK: %{{.*}} = phi [0 x i8]* [ bitcast ([1 x i8]* @_ZN6Common1A1bE to [0 x i8]*), %
{{.*}} ], [ %{{.*}}, %{{.*}}
]
}
const unsigned char A::b[] = { 0 };
}