1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Fix0r a test that mistakenly used %llvmg++ instead of %llvmgxx.

llvm-svn: 10118
This commit is contained in:
Brian Gaeke 2003-11-20 19:51:11 +00:00
parent 63d39c80d8
commit 45fa8ba070

View File

@ -1,4 +1,4 @@
// RUN: %llvmg++ -xc++ %s -c -o - | llvm-dis | grep getelementptr
// RUN: %llvmgxx -xc++ %s -c -o - | llvm-dis | grep getelementptr
struct foo {
int array[100];