aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/XCore/2011-01-31-DAGCombineBug.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/XCore/2011-01-31-DAGCombineBug.ll')
-rw-r--r--test/CodeGen/XCore/2011-01-31-DAGCombineBug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/XCore/2011-01-31-DAGCombineBug.ll b/test/CodeGen/XCore/2011-01-31-DAGCombineBug.ll
index f8fe0d2..40c9654 100644
--- a/test/CodeGen/XCore/2011-01-31-DAGCombineBug.ll
+++ b/test/CodeGen/XCore/2011-01-31-DAGCombineBug.ll
@@ -5,6 +5,6 @@
define i32 @test_entry() nounwind {
entry:
- %0 = load i32* getelementptr inbounds (%struct.st* @x, i32 0, i32 3), align 2
+ %0 = load i32, i32* getelementptr inbounds (%struct.st, %struct.st* @x, i32 0, i32 3), align 2
ret i32 %0
}