diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/2009-05-11-tailmerge-crash.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/2009-05-11-tailmerge-crash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2009-05-11-tailmerge-crash.ll b/llvm/test/CodeGen/X86/2009-05-11-tailmerge-crash.ll index a5e28c07486..c2cd89c33ee 100644 --- a/llvm/test/CodeGen/X86/2009-05-11-tailmerge-crash.ll +++ b/llvm/test/CodeGen/X86/2009-05-11-tailmerge-crash.ll @@ -12,7 +12,7 @@ entry: br label %bb bb: ; preds = %bb.i, %bb, %entry - %2 = volatile load i32* @g_9, align 4 ; <i32> [#uses=2] + %2 = load volatile i32* @g_9, align 4 ; <i32> [#uses=2] %3 = icmp sgt i32 %2, 1 ; <i1> [#uses=1] %4 = and i1 %3, %1 ; <i1> [#uses=1] br i1 %4, label %bb.i, label %bb |