diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/2006-08-15-SelectionCrash.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/2006-08-15-SelectionCrash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/2006-08-15-SelectionCrash.ll b/llvm/test/CodeGen/PowerPC/2006-08-15-SelectionCrash.ll index cb76b5c70cf..c63fd9ae170 100644 --- a/llvm/test/CodeGen/PowerPC/2006-08-15-SelectionCrash.ll +++ b/llvm/test/CodeGen/PowerPC/2006-08-15-SelectionCrash.ll @@ -5,7 +5,7 @@ define fastcc void @immed_double_const(i32 %i0, i32 %i1) { entry: - %tmp1 = load i32* null ; <i32> [#uses=1] + %tmp1 = load i32, i32* null ; <i32> [#uses=1] switch i32 %tmp1, label %bb103 [ i32 1, label %bb i32 3, label %bb |