[cfe-commits] r115969 - /cfe/trunk/test/CodeGenObjC/blocks-2.m
Daniel Dunbar
daniel at zuster.org
Thu Oct 7 13:14:31 PDT 2010
Author: ddunbar
Date: Thu Oct 7 15:14:30 2010
New Revision: 115969
URL: http://llvm.org/viewvc/llvm-project?rev=115969&view=rev
Log:
tests: Tweak test to also match MSVC format.
Modified:
cfe/trunk/test/CodeGenObjC/blocks-2.m
Modified: cfe/trunk/test/CodeGenObjC/blocks-2.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/blocks-2.m?rev=115969&r1=115968&r2=115969&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/blocks-2.m (original)
+++ cfe/trunk/test/CodeGenObjC/blocks-2.m Thu Oct 7 15:14:30 2010
@@ -20,7 +20,7 @@
// CHECK: [[N:%.*]] = alloca [[N_T:%.*]], align 8
// CHECK: [[T0:%.*]] = getelementptr inbounds [[N_T]]* [[N]], i32 0, i32 4
- // CHECK-NEXT: store double 1.000000e+01, double* [[T0]], align 8
+ // CHECK-NEXT: store double 1.000000e+{{0?}}01, double* [[T0]], align 8
__block double n = 10;
// CHECK: invoke void @{{.*}}test1_help
More information about the cfe-commits
mailing list