]> granicus.if.org Git - clang/commitdiff
Fix typo noticed by Chris.
authorAnders Carlsson <andersca@mac.com>
Fri, 30 Jan 2009 23:26:40 +0000 (23:26 +0000)
committerAnders Carlsson <andersca@mac.com>
Fri, 30 Jan 2009 23:26:40 +0000 (23:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63449 91177308-0d34-0410-b5e6-96231b3b80d8

Driver/clang.cpp
test/Sema/typedef-retain.c

index 52f34783c1f2ce96995248e4225ec140f3b9c204..fe5e7f834441a9fc947a0f7b54f727480d2c96ce 100644 (file)
@@ -486,7 +486,7 @@ WritableStrings("fwritable-strings",
               llvm::cl::desc("Store string literals as writable data"));
 
 static llvm::cl::opt<bool>
-NoLaxVectorConversions("fnolax-vector-conversions",
+NoLaxVectorConversions("fno-lax-vector-conversions",
                        llvm::cl::desc("Disallow implicit conversions between "
                                       "vectors with a different number of "
                                       "elements or different element types"));
index 641b7ec0328880c73989468dda1768a5c7bde185..b621743373c44b62f873692b3407d3389bb501fb 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang -fsyntax-only -verify %s -fnolax-vector-conversions
+// RUN: clang -fsyntax-only -verify %s -fno-lax-vector-conversions
 
 typedef float float4 __attribute__((vector_size(16)));
 typedef int int4 __attribute__((vector_size(16)));