Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / 2008-08-31-EH_RETURN64.ll
index 51064f1d2173dd12217c2ff4977f0b902e831a7d..d939207d196e07d4c575a790660eda96910ec595 100644 (file)
@@ -29,7 +29,7 @@ declare void @llvm.eh.unwind.init()
 ; CHECK: _Unwind_Resume_or_Rethrow
 define i32 @_Unwind_Resume_or_Rethrow() nounwind uwtable ssp {
 entry:
-  %0 = load i32* @b, align 4
+  %0 = load i32, i32* @b, align 4
   %tobool = icmp eq i32 %0, 0
   br i1 %tobool, label %if.end, label %if.then