aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2003-05-15-AssemblerProblem.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler/2003-05-15-AssemblerProblem.ll')
-rw-r--r--test/Assembler/2003-05-15-AssemblerProblem.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Assembler/2003-05-15-AssemblerProblem.ll b/test/Assembler/2003-05-15-AssemblerProblem.ll
index 146ce65..eba26a2 100644
--- a/test/Assembler/2003-05-15-AssemblerProblem.ll
+++ b/test/Assembler/2003-05-15-AssemblerProblem.ll
@@ -1,6 +1,7 @@
; This bug was caused by two CPR's existing for the same global variable,
; colliding in the Module level CPR map.
; RUN: llvm-as %s -o /dev/null
+; RUN: verify-uselistorder %s
define void @test() {
call void (...)* bitcast (void (i16*, i32)* @AddString to void (...)*)( i16* null, i32 0 )