summaryrefslogtreecommitdiff
path: root/test/Assembler/2009-02-28-CastOpc.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler/2009-02-28-CastOpc.ll')
-rw-r--r--test/Assembler/2009-02-28-CastOpc.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Assembler/2009-02-28-CastOpc.ll b/test/Assembler/2009-02-28-CastOpc.ll
index ee98d41bdf..60356439d5 100644
--- a/test/Assembler/2009-02-28-CastOpc.ll
+++ b/test/Assembler/2009-02-28-CastOpc.ll
@@ -1,8 +1,7 @@
; RUN: llvm-as < %s | llvm-dis
-type i32
define void @foo() {
- bitcast %0* null to i32*
+ bitcast i32* null to i32*
ret void
}