summaryrefslogtreecommitdiff
path: root/test/CodeGen/tbaa-ms-abi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/tbaa-ms-abi.cpp')
-rw-r--r--test/CodeGen/tbaa-ms-abi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/tbaa-ms-abi.cpp b/test/CodeGen/tbaa-ms-abi.cpp
index 878e1b610b59c..51100b18c3d4d 100644
--- a/test/CodeGen/tbaa-ms-abi.cpp
+++ b/test/CodeGen/tbaa-ms-abi.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple i686-pc-win32 -disable-llvm-optzns -emit-llvm -o - -O1 %s | FileCheck %s
+// RUN: %clang_cc1 -triple i686-pc-win32 -disable-llvm-passes -emit-llvm -o - -O1 %s | FileCheck %s
//
// Test that TBAA works in the Microsoft C++ ABI. We used to error out while
// attempting to mangle RTTI.