summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/bool-bitfield.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGenCXX/bool-bitfield.cpp')
-rw-r--r--clang/test/CodeGenCXX/bool-bitfield.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/bool-bitfield.cpp b/clang/test/CodeGenCXX/bool-bitfield.cpp
index 3e3b0704808..a5a344ffb6e 100644
--- a/clang/test/CodeGenCXX/bool-bitfield.cpp
+++ b/clang/test/CodeGenCXX/bool-bitfield.cpp
@@ -9,6 +9,6 @@ void func1(bool b, A& a1)
{
if ((a1.m_sorted = b)) {}
}
-// CHECK: define void @_Z5func1bR1A
+// CHECK-LABEL: define void @_Z5func1bR1A
// CHECK: br i1
// CHECK: ret void
OpenPOWER on IntegriCloud