summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2016-01-29 01:35:53 +0000
committerEric Christopher <echristo@gmail.com>2016-01-29 01:35:53 +0000
commitd160c50f6b0d45c3c1b87fc671b8a3331e22f2ec (patch)
tree702dbd481ddda451497cfe65d1b66fbcf469d3fb /clang/test
parente2c2461a6bf0b8ccbe7a2cf9021e16c3be51ca81 (diff)
downloadbcm5719-llvm-d160c50f6b0d45c3c1b87fc671b8a3331e22f2ec.tar.gz
bcm5719-llvm-d160c50f6b0d45c3c1b87fc671b8a3331e22f2ec.zip
Use a consistent spelling for vtables.
llvm-svn: 259137
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/CodeGenCXX/vtable-key-function-arm.cpp6
-rw-r--r--clang/test/CodeGenCXX/vtable-key-function-ios.cpp6
2 files changed, 6 insertions, 6 deletions
diff --git a/clang/test/CodeGenCXX/vtable-key-function-arm.cpp b/clang/test/CodeGenCXX/vtable-key-function-arm.cpp
index 6f1265b6277..3d5c3c3865e 100644
--- a/clang/test/CodeGenCXX/vtable-key-function-arm.cpp
+++ b/clang/test/CodeGenCXX/vtable-key-function-arm.cpp
@@ -1,9 +1,9 @@
// RUN: %clang_cc1 %s -triple=armv7-unknown-unknown -emit-llvm -o - | FileCheck %s
// RUN: %clang_cc1 %s -triple=armv7-unknown-unknown -emit-llvm -o - | FileCheck -check-prefix=CHECK-LATE %s
-// The 'a' variants ask for the v-table first.
-// The 'b' variants ask for the v-table second.
-// The 'c' variants ask for the v-table third.
+// The 'a' variants ask for the vtable first.
+// The 'b' variants ask for the vtable second.
+// The 'c' variants ask for the vtable third.
// We do a separate CHECK-LATE pass because the RTTI definition gets
// changed after the fact, which causes reordering of the globals.
diff --git a/clang/test/CodeGenCXX/vtable-key-function-ios.cpp b/clang/test/CodeGenCXX/vtable-key-function-ios.cpp
index d17aa695d2b..8a3466beda4 100644
--- a/clang/test/CodeGenCXX/vtable-key-function-ios.cpp
+++ b/clang/test/CodeGenCXX/vtable-key-function-ios.cpp
@@ -4,9 +4,9 @@
// RUN: %clang_cc1 %s -triple=x86_64-pc-windows-gnu -emit-llvm -o - | FileCheck %s
// RUN: %clang_cc1 %s -triple=x86_64-pc-windows-gnu -emit-llvm -o - | FileCheck -check-prefix=CHECK-LATE %s
-// The 'a' variants ask for the v-table first.
-// The 'b' variants ask for the v-table second.
-// The 'c' variants ask for the v-table third.
+// The 'a' variants ask for the vtable first.
+// The 'b' variants ask for the vtable second.
+// The 'c' variants ask for the vtable third.
// We do a separate CHECK-LATE pass because the RTTI definition gets
// changed after the fact, which causes reordering of the globals.
OpenPOWER on IntegriCloud