diff options
| author | Chris Lattner <sabre@nondot.org> | 2011-07-09 17:41:47 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2011-07-09 17:41:47 +0000 |
| commit | a5f58b05e82a06b5491c74d3a18c3ee1c749f77b (patch) | |
| tree | 3de2a264c644e13e02ae7bf60329e62ad8f50901 /clang/test/CodeGen/blockstret.c | |
| parent | b1ed91f3978377294d4620c53ca81beed08b73c7 (diff) | |
| download | bcm5719-llvm-a5f58b05e82a06b5491c74d3a18c3ee1c749f77b.tar.gz bcm5719-llvm-a5f58b05e82a06b5491c74d3a18c3ee1c749f77b.zip | |
clang side to match the LLVM IR type system rewrite patch.
llvm-svn: 134831
Diffstat (limited to 'clang/test/CodeGen/blockstret.c')
| -rw-r--r-- | clang/test/CodeGen/blockstret.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/blockstret.c b/clang/test/CodeGen/blockstret.c index e49b52a1885..d5dae6f3a61 100644 --- a/clang/test/CodeGen/blockstret.c +++ b/clang/test/CodeGen/blockstret.c @@ -1,7 +1,7 @@ // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin9 %s -emit-llvm -o - | FileCheck %s -check-prefix=X64 // RUN: %clang_cc1 -fblocks -triple i686-apple-darwin9 %s -emit-llvm -o - | FileCheck %s -check-prefix=X32 -// X64: internal constant {{%.*}} { i8** @_NSConcreteGlobalBlock, i32 1879048192 +// X64: internal constant {{.*}} { i8** @_NSConcreteGlobalBlock, i32 1879048192 // X64: store i32 1610612736, i32* %want // X32: @_NSConcreteGlobalBlock, i32 1879048192, i32 0, |

