From 554bcb69c2d785a011a30e7db87a36a87fe7db10 Mon Sep 17 00:00:00 2001 From: dim Date: Wed, 15 Aug 2012 20:02:54 +0000 Subject: Vendor import of clang trunk r161861: http://llvm.org/svn/llvm-project/cfe/trunk@161861 --- test/Analysis/nullptr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Analysis/nullptr.cpp') diff --git a/test/Analysis/nullptr.cpp b/test/Analysis/nullptr.cpp index 3119b4f..050c3f8 100644 --- a/test/Analysis/nullptr.cpp +++ b/test/Analysis/nullptr.cpp @@ -55,7 +55,7 @@ void zoo2() { int **a = 0; int **b = 0; asm ("nop" - :"=a"(*a) + :"=r"(*a) :"0"(*b) // expected-warning{{Dereference of null pointer}} ); } -- cgit v1.1