diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-09-20 23:30:31 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-09-20 23:30:31 +0000 |
commit | 3d4138bd5835f82c36f995c3f42cfae489ec0093 (patch) | |
tree | f1555df0ea9972ee2cd67f1f262e75bf7f675eb9 | |
parent | 6441e547ccf563ccebd8a81e57def810172c93bf (diff) |
Work around a FileCheck bug, for now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82416 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Transforms/GVN/rle.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/GVN/rle.ll b/test/Transforms/GVN/rle.ll index 503a5bbacd..98e99b07d4 100644 --- a/test/Transforms/GVN/rle.ll +++ b/test/Transforms/GVN/rle.ll @@ -73,6 +73,7 @@ F: ; CHECK: @coerce_mustalias4 ; CHECK: %A = load i32* %P +; CHECK: bitcast ; CHECK-NOT: load ; CHECK: ret float ; CHECK: F: |