aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/FrontendC++/2003-11-08-ArrayAddress.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/FrontendC++/2003-11-08-ArrayAddress.cpp')
-rw-r--r--llvm/test/FrontendC++/2003-11-08-ArrayAddress.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendC++/2003-11-08-ArrayAddress.cpp b/llvm/test/FrontendC++/2003-11-08-ArrayAddress.cpp
index 9ad1b8f..ad02b4a 100644
--- a/llvm/test/FrontendC++/2003-11-08-ArrayAddress.cpp
+++ b/llvm/test/FrontendC++/2003-11-08-ArrayAddress.cpp
@@ -1,4 +1,4 @@
-// RUN: %llvmgxx -xc++ %s -c -o - | llvm-dis | grep getelementptr
+// RUN: %llvmgxx -xc++ %s -S -o - | grep getelementptr
struct foo {
int array[100];